mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 09:33:54 +01:00
5c362bf831
Co-authored-by: Scott Cranfill <scott@scottcranfill.com>
14 lines
194 B
SCSS
14 lines
194 B
SCSS
.status-msg {
|
|
&.success {
|
|
color: theme('colors.positive.100');
|
|
}
|
|
|
|
&.failure {
|
|
color: theme('colors.critical.200');
|
|
}
|
|
|
|
&.warning {
|
|
color: theme('colors.warning.100');
|
|
}
|
|
}
|