0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 13:10:14 +01:00
wagtail/client/scss/components/_messages.status.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');
}
}