From 255232a0186e5f8da1ec4ca32588ce84927b7640 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 31 May 2018 19:23:12 +0200 Subject: CSS: adapt new style for small button --- scss/custom.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index eb9888ad7..ac04f70b9 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -124,6 +124,15 @@ div.dt-buttons{ color: $gray-500; } +.small-button{ + padding: 0.1em 0.2em; +} + +.previous-value{ + margin: 0.4em 0; + display: block; +} + /* datatable - end */ h3, .h3 { -- cgit v1.2.3