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 | 325c9c32c1a55ffcceaecb16ab4d7aa20b87eccc (patch) | |
tree | 83230252d0d39e0d5356f33aa15dcea615695d07 /scss | |
parent | 32d5f1a47dca42bbdebebeddc77bdd38fa7a04a3 (diff) | |
download | Ishtar-325c9c32c1a55ffcceaecb16ab4d7aa20b87eccc.tar.bz2 Ishtar-325c9c32c1a55ffcceaecb16ab4d7aa20b87eccc.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; |