mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
15 lines
223 B
SCSS
15 lines
223 B
SCSS
.flash_message {
|
|
margin-top: 2.5em;
|
|
}
|
|
|
|
// note that other level are defined in modules/_alerts.scss
|
|
|
|
.alert {
|
|
// override in modules/_alerts.scss
|
|
@include alert($red);
|
|
}
|
|
|
|
.warning {
|
|
@include alert($orange);
|
|
}
|