gluon-config-mode-theme: add Warning

This commit is contained in:
Maciej Krüger 2022-05-24 10:33:20 +02:00 committed by Alexander List
parent 099febb41f
commit 1d4ee602c8
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;