mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-24 19:17:48 +01:00
10 lines
127 B
SCSS
10 lines
127 B
SCSS
.status-msg {
|
|
&.success {
|
|
color: $color-green-dark;
|
|
}
|
|
|
|
&.failure {
|
|
color: $color-red-dark;
|
|
}
|
|
}
|