aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2019-10-07 23:46:40 +0300
committerHenry Jameson <me@hjkos.com>2019-10-08 21:38:27 +0300
commit6511a744a29c760aa2613b0902db55be3b59dfa5 (patch)
treeec75aa5650a6803abf1f5c4e90b9bac24686f11a /src/App.scss
parent29e6e62e7cbddf8e936bdfbdb2ecb935bb297cec (diff)
arbitrary limit with option to overcome it
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index 2190f91a..fe271ce1 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -658,6 +658,18 @@ nav {
color: var(--alertErrorPanelText, $fallback--text);
}
}
+
+ &.warning {
+ background-color: $fallback--alertWarning;
+ background-color: var(--alertWarning, $fallback--alertWarning);
+ color: $fallback--text;
+ color: var(--alertWarningText, $fallback--text);
+
+ .panel-heading & {
+ color: $fallback--text;
+ color: var(--alertWarningPanelText, $fallback--text);
+ }
+ }
}
.faint {