summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/custom.scss')
-rw-r--r--scss/custom.scss16
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;
}