mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
15 lines
155 B
SCSS
15 lines
155 B
SCSS
.success {
|
|
@include alert($green);
|
|
}
|
|
|
|
.error {
|
|
@include alert($red);
|
|
}
|
|
|
|
.alert {
|
|
@include alert($orange);
|
|
}
|
|
|
|
.notice {
|
|
@include alert($blue);
|
|
} |