diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-28 18:34:45 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-28 18:34:45 +0100 |
commit | cf316bfcd2299c1d930a8f9af9c44f8cd6a0bc58 (patch) | |
tree | 6f9f67897d36106520b51e5045e9e11852f44ba0 /scss/custom.scss | |
parent | 969ac961c199a889d860ffb14cc165b22ffcf701 (diff) | |
download | Ishtar-cf316bfcd2299c1d930a8f9af9c44f8cd6a0bc58.tar.bz2 Ishtar-cf316bfcd2299c1d930a8f9af9c44f8cd6a0bc58.zip |
Reorganize find wizard
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 469fa853a..2eb22e081 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -157,10 +157,23 @@ textarea { padding-left: 0.1em; } +.form h4, .form h3, #window h3{ background-color: $gray-400; } +.clean-table h4, +.form h4, .form h3, +.sheet h4, .sheet h3{ + text-align: center; + text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.70); +} + +.clean-table h4{ + margin-top: 1em; +} + + .container{ margin-top: 1em; margin-bottom: 8em; |