add success global notice style/level
This commit is contained in:
parent
835eaf33b1
commit
adc3b17fe0
3 changed files with 45 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue