add success global notice style/level

This commit is contained in:
Henry Jameson 2021-01-13 21:29:12 +02:00
parent 835eaf33b1
commit adc3b17fe0
3 changed files with 45 additions and 0 deletions

View file

@ -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 {