From d5c54a21a23f0bb1bb20390eb4a7909661541cbc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 9 Dec 2019 18:56:27 +0100 Subject: Can configure a warning banner and a warning message --- scss/custom.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'scss') 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; } -- cgit v1.2.3