Update error styles.

This commit is contained in:
bmauger 2022-03-30 09:21:58 -04:00
parent db25b06ba3
commit 091e9b129e

View file

@ -3,18 +3,18 @@
&.list-card {
border: 1px solid $red;
color: $red;
label {
box-shadow: 0 0 1px $red !important;
border-radius: .5rem;
}
input[type=checkbox]:focus + label,
input[type=radio]:focus + label {
box-shadow: 0 0 0 2.5px $red;
}
input[type=checkbox]:focus + label:hover,
input[type=radio]:focus + label {
box-shadow: 0 0 0 1px $red;
}
&:hover {
box-shadow: 0px 0px 0px 4px $red-200;
border-radius: 10px !important;
border: 1px solid $red;
}
}