mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-07 10:20:46 +00:00
11 lines
155 B
SCSS
11 lines
155 B
SCSS
%flash-error {
|
|
@include flash($error-color);
|
|
}
|
|
|
|
%flash-notice {
|
|
@include flash($notice-color);
|
|
}
|
|
|
|
%flash-success {
|
|
@include flash($success-color);
|
|
}
|