[+] Create css class for input error
This commit is contained in:
@@ -72,3 +72,19 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Error
|
||||||
|
.input-error
|
||||||
|
{
|
||||||
|
.el-input__inner
|
||||||
|
{
|
||||||
|
color: #ff3a3a6b !important;
|
||||||
|
border-color: #ff3a3a6b !important;
|
||||||
|
background-color: #ffdddd3b !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-input__inner:focus
|
||||||
|
{
|
||||||
|
background-color: white !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user