mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-25 13:10:14 +01:00
14 lines
192 B
SCSS
14 lines
192 B
SCSS
.status-msg {
|
|
&.success {
|
|
color: theme('colors.positive.100');
|
|
}
|
|
|
|
&.failure {
|
|
color: theme('colors.text-error');
|
|
}
|
|
|
|
&.warning {
|
|
color: theme('colors.warning.100');
|
|
}
|
|
}
|