diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-12-09 18:56:27 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-12-09 18:56:27 +0100 |
commit | d5c54a21a23f0bb1bb20390eb4a7909661541cbc (patch) | |
tree | 459111134d8fc563a67f1ce3956a664ffa086588 /scss | |
parent | 48d3040720f28e8a8ee368568689ab9dabb67743 (diff) | |
download | Ishtar-d5c54a21a23f0bb1bb20390eb4a7909661541cbc.tar.bz2 Ishtar-d5c54a21a23f0bb1bb20390eb4a7909661541cbc.zip |
Can configure a warning banner and a warning message
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 3bb2a229f..b00664552 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -379,6 +379,22 @@ textarea { padding-left: 0.1em; } +#warning-banner{ + font-size: 1.5em; + background-color: #8c2525; + color: #fff; + padding: 0 0.6em; + text-align: right; +} + +#warning-banner a{ + color: #888; +} + +#warning-banner a:hover{ + color: #fff; +} + .form h4, .form h3, .collapse-form .card-header, #window h3{ background-color: $gray-400; } |