mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-06 14:54:57 +00:00
improve button and add message level 'warning'
This commit is contained in:
14
Resources/public/sass/custom/_flash_messages.scss
Normal file
14
Resources/public/sass/custom/_flash_messages.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
.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);
|
||||
}
|
Reference in New Issue
Block a user