_messages.status.scss 192 B

12345678910111213
  1. .status-msg {
  2. &.success {
  3. color: theme('colors.positive.100');
  4. }
  5. &.failure {
  6. color: theme('colors.text-error');
  7. }
  8. &.warning {
  9. color: theme('colors.warning.100');
  10. }
  11. }