Add success style
This commit is contained in:
parent
4b18f7e06a
commit
6e9a89784b
1 changed files with 6 additions and 0 deletions
|
|
@ -84,6 +84,12 @@ export default {
|
||||||
border-color: $red;
|
border-color: $red;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.has-success {
|
||||||
|
input + .list-button-horizontal-content {
|
||||||
|
border-color: $success;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.col:first-of-type {
|
.col:first-of-type {
|
||||||
.list-button-horizontal-content {
|
.list-button-horizontal-content {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue