mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 00:04:26 +00:00
git-subtree-dir: Resources/public/scratch-css git-subtree-split: 289f23f24b31be9fee24f09f44936dbf8eab8614
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);
|
|
} |