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

@ -71,6 +71,14 @@
}
}
.global-success {
background-color: var(--alertPopupSuccess, $fallback--cGreen);
color: var(--alertPopupSuccessText, $fallback--text);
.svg-inline--fa {
color: var(--alertPopupSuccessText, $fallback--text);
}
}
.global-info {
background-color: var(--alertPopupNeutral, $fallback--fg);
color: var(--alertPopupNeutralText, $fallback--text);