config-mode-theme-funkfeuer: add .gluon-warning class
This commit is contained in:
parent
2ee2015e80
commit
2dc780f9d6
File diff suppressed because one or more lines are too long
@ -13,7 +13,9 @@
|
|||||||
/*
|
/*
|
||||||
Based on the CI from https://download.funkfeuer.at/misc/Funkfeuer-CI/VIguide_FUNKFEUER_last.pdf
|
Based on the CI from https://download.funkfeuer.at/misc/Funkfeuer-CI/VIguide_FUNKFEUER_last.pdf
|
||||||
|
|
||||||
Currently only change is colors
|
Changes:
|
||||||
|
- colors adjusted to funkfeuer theme
|
||||||
|
- gluon-warning class
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
@ -557,3 +559,8 @@ textarea {
|
|||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
padding: 0.5em
|
padding: 0.5em
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gluon-warning {
|
||||||
|
@extend .gluon-section-descr;
|
||||||
|
background: lighten($ffyellow, 35);
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user