2019-01-01 23:11:47 +00:00
|
|
|
.status-msg {
|
2022-02-04 11:57:55 +00:00
|
|
|
&.success {
|
2022-07-09 06:32:51 +00:00
|
|
|
color: theme('colors.positive.100');
|
2022-02-04 11:57:55 +00:00
|
|
|
}
|
2019-01-01 23:11:47 +00:00
|
|
|
|
2022-02-04 11:57:55 +00:00
|
|
|
&.failure {
|
2023-05-25 06:57:52 +00:00
|
|
|
color: theme('colors.text-error');
|
2022-02-04 11:57:55 +00:00
|
|
|
}
|
2022-04-05 18:05:38 +00:00
|
|
|
|
|
|
|
&.warning {
|
2022-07-09 06:32:51 +00:00
|
|
|
color: theme('colors.warning.100');
|
2022-04-05 18:05:38 +00:00
|
|
|
}
|
2019-01-01 23:11:47 +00:00
|
|
|
}
|