mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-03 04:54:45 +00:00
9 lines
127 B
SCSS
9 lines
127 B
SCSS
.status-msg {
|
|
&.success {
|
|
color: $color-green-dark;
|
|
}
|
|
|
|
&.failure {
|
|
color: $color-red-dark;
|
|
}
|
|
}
|