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 | 9958b0ffff228561b2ed36a1e9e9db2585f57e21 (patch) | |
tree | b15a766e1c47f70dbd97704de83a73ff0370592d /scss/custom.scss | |
parent | 3759641b9768c857a8a63d0737aa4078d4e85f82 (diff) | |
download | Ishtar-9958b0ffff228561b2ed36a1e9e9db2585f57e21.tar.bz2 Ishtar-9958b0ffff228561b2ed36a1e9e9db2585f57e21.zip |
CSS: adapt new style for small button
Diffstat (limited to 'scss/custom.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 { |