wagtail/client/scss/components/_messages.status.scss

14 wiersze
192 B
SCSS

.status-msg {
&.success {
color: theme('colors.positive.100');
}
&.failure {
color: theme('colors.text-error');
}
&.warning {
color: theme('colors.warning.100');
}
}