mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-06 14:54:57 +00:00
add sass/scratch.scss and associated sass files
This commit is contained in:
15
Resources/public/sass/modules/_alerts.scss
Normal file
15
Resources/public/sass/modules/_alerts.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
.success {
|
||||
@include alert($green);
|
||||
}
|
||||
|
||||
.error {
|
||||
@include alert($red);
|
||||
}
|
||||
|
||||
.alert {
|
||||
@include alert($orange);
|
||||
}
|
||||
|
||||
.notice {
|
||||
@include alert($blue);
|
||||
}
|
Reference in New Issue
Block a user