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 | 530cfa43429736e83bede04d32985982ec6dfc78 (patch) | |
tree | 6f9f67897d36106520b51e5045e9e11852f44ba0 /scss | |
parent | 074234d96df7be874a882872f4a6f4df3ef59e23 (diff) | |
download | Ishtar-530cfa43429736e83bede04d32985982ec6dfc78.tar.bz2 Ishtar-530cfa43429736e83bede04d32985982ec6dfc78.zip |
Reorganize find wizard
Diffstat (limited to '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; |