diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-19 17:51:47 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-19 17:51:47 +0100 |
commit | 642a104a9497bc6a0171ef1c6c8d96b68492c78c (patch) | |
tree | 02c7c0d1b8e5ea2696a923fa2405dcfc928905b5 /scss | |
parent | bed65ee5480783ee979d31622effd7a7a78718cf (diff) | |
download | Ishtar-642a104a9497bc6a0171ef1c6c8d96b68492c78c.tar.bz2 Ishtar-642a104a9497bc6a0171ef1c6c8d96b68492c78c.zip |
CSS: reminder
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index b92218a28..bc34cb768 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -87,12 +87,17 @@ textarea { } #context-menu, +#reminder, p.confirm-message, div#validation-bar{ background-color: $ishtar-secondary-color; color: $dark-secondary-color; } +#reminder { + padding: 0.6em 1em 0.1em 1em; +} + p.confirm-message{ text-align:center; margin: 0; |