aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorHenry Jameson <spam@hjkos.com>2021-01-13 21:29:12 +0200
committerHenry Jameson <spam@hjkos.com>2021-01-13 21:29:12 +0200
commitadc3b17fe0ba149386d83ee85f908578609bd676 (patch)
tree3368d9d3c5389fe1c603de6b60064c1f86b25100 /src/App.scss
parent835eaf33b194b25c41ed24815e6e5cd5eb4570cd (diff)
add success global notice style/level
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index 2a1d7b1b..a3b1c87a 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -698,6 +698,15 @@ nav {
color: var(--alertWarningPanelText, $fallback--text);
}
}
+
+ &.success {
+ background-color: var(--alertSuccess, $fallback--alertWarning);
+ color: var(--alertSuccessText, $fallback--text);
+
+ .panel-heading & {
+ color: var(--alertSuccessPanelText, $fallback--text);
+ }
+ }
}
.faint {