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