CSR-262: fix button error outline styling

This commit is contained in:
Adam Caouette 2022-03-19 10:23:01 -04:00
parent cf42590876
commit 6a7fc87235

View file

@ -1,7 +1,7 @@
.has-error {
&.list-button,
&.list-card {
border: 1px solid $gray-500;
border: 1px solid $red;
color: $red;
label {
box-shadow: 0 0 1px $red;