mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-05-23 04:04:22 +08:00
refactor(inputs.scss): inputs valid,error states fix
This commit is contained in:
parent
fdb7c593c2
commit
d8d256961c
@ -59,7 +59,8 @@
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
&.md-valid{
|
||||
&.md-valid,
|
||||
&.md-valid.md-focused {
|
||||
label{
|
||||
color: $brand-success !important;
|
||||
}
|
||||
@ -73,7 +74,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
&.md-error{
|
||||
&.md-error,
|
||||
&.md-error.md-focused {
|
||||
label{
|
||||
color: $brand-danger !important;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user