diff options
| author | Henry Jameson <me@hjkos.com> | 2019-10-07 23:46:40 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-10-08 21:38:27 +0300 |
| commit | 6511a744a29c760aa2613b0902db55be3b59dfa5 (patch) | |
| tree | ec75aa5650a6803abf1f5c4e90b9bac24686f11a /src/App.scss | |
| parent | 29e6e62e7cbddf8e936bdfbdb2ecb935bb297cec (diff) | |
arbitrary limit with option to overcome it
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 12 |
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 { |
