diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-10-02 01:23:43 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-10-02 01:23:43 +0200 |
commit | e1ab754e554cc4ce98e7a79897d16cfe5c53c765 (patch) | |
tree | a5a6533a9fd04ae7a0a22fdfc74b4974a86fa7f5 /scss/custom.scss | |
parent | 0572dd58583bc7e81c21ad18a52f7fc39baed08f (diff) | |
download | Ishtar-e1ab754e554cc4ce98e7a79897d16cfe5c53c765.tar.bz2 Ishtar-e1ab754e554cc4ce98e7a79897d16cfe5c53c765.zip |
Sheet refactoring with images
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index e0b9cbe74..2406a1d98 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -290,10 +290,14 @@ textarea { background-color: $gray-200; } -.sheet .row{ +.sheet .row.toolbar{ padding: 0.5em 0.75em; } +.sheet .row{ + padding: 0 0.75em; +} + .clean-table h4{ margin-top: 1em; } |