style: add pk-success class to mark "success" (#60952)

This commit is contained in:
Frédéric Péters 2022-01-22 12:11:00 +01:00
parent 214138fea4
commit 03d76f7aa5
1 changed files with 3 additions and 1 deletions

View File

@ -345,6 +345,7 @@ div.infonotice,
div.successnotice,
div.warningnotice,
div.errornotice,
div.pk-success,
div.pk-information,
div.pk-attention,
div.pk-error {
@ -369,7 +370,8 @@ div.pk-error {
color: white;
}
&.success,
&.successnotice {
&.successnotice,
&.pk-success {
&:before { content: "\f058"; } // check-circle
border-color: #00b000;
border-image: linear-gradient(#27eb00, lighten(#27eb00, 10%)) 2;