[+] Create css class for input error

This commit is contained in:
Hykilpikonna
2019-09-07 08:01:36 -04:00
parent 0025ec9213
commit 3575db8182
+16
View File
@@ -72,3 +72,19 @@
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;
}
}