gluon-config-mode-theme: add .gluon-warning class

This commit is contained in:
Maciej Krüger 2022-05-24 10:33:20 +02:00
parent 30a6b76520
commit 896c7c6d78
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -518,6 +518,11 @@ textarea {
} }
} }
.gluon-warning {
@extend .gluon-section-descr;
background: lighten($ffyellow, 35);
}
.error500 { .error500 {
border: 1px dotted #ff0000; border: 1px dotted #ff0000;
background-color: #ffffff; background-color: #ffffff;