10 lines
145 B
SCSS
10 lines
145 B
SCSS
.has-error {
|
|
&.list-button,
|
|
&.list-card,
|
|
&.list-button-horizontal {
|
|
color: $red;
|
|
label {
|
|
border: 1px solid $red;
|
|
}
|
|
}
|
|
}
|