diff --git a/src/components/login/login.scss b/src/components/login/login.scss index 45f0367..2b2b84f 100644 --- a/src/components/login/login.scss +++ b/src/components/login/login.scss @@ -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; + } +}