diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-05-31 19:23:12 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-05-31 19:23:12 +0200 |
commit | 255232a0186e5f8da1ec4ca32588ce84927b7640 (patch) | |
tree | b15a766e1c47f70dbd97704de83a73ff0370592d /scss | |
parent | 34f5afc19779cf453a590ecb0feeb7704298f1d5 (diff) | |
download | Ishtar-255232a0186e5f8da1ec4ca32588ce84927b7640.tar.bz2 Ishtar-255232a0186e5f8da1ec4ca32588ce84927b7640.zip |
CSS: adapt new style for small button
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 9 |
1 files changed, 9 insertions, 0 deletions
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 { |