diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-03 09:28:47 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-03 09:28:47 +0100 |
commit | 7ee9e3436fd2b68b8963b03780798875a0ad9c7b (patch) | |
tree | 83230252d0d39e0d5356f33aa15dcea615695d07 /scss | |
parent | 56e9e06c2000ae94c2f58140a99fe7a04c4b1486 (diff) | |
download | Ishtar-7ee9e3436fd2b68b8963b03780798875a0ad9c7b.tar.bz2 Ishtar-7ee9e3436fd2b68b8963b03780798875a0ad9c7b.zip |
Sheet find: reorganization
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index abe8a143e..436ef9579 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -169,11 +169,18 @@ textarea { text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.70); } +.sheet .subsection{ + background-color: $gray-200; +} + +.sheet .row{ + padding: 0.5em 0.75em; +} + .clean-table h4{ margin-top: 1em; } - .container{ margin-top: 1em; margin-bottom: 8em; |