diff options
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 { |