$bg:#283443;
|
$light_gray:#fff;
|
$cursor: #555;
|
|
@supports (-webkit-mask: none) and (not (cater-color: $cursor)) {
|
.login-container .el-input input {
|
color: $cursor;
|
}
|
}
|
|
.login-container {
|
.el-col{
|
border-radius: 0px;
|
}
|
//.el-input {
|
// display: inline-block;
|
// font-size: .9rem !important;
|
// input {
|
// background: transparent;
|
// border: 0;
|
// -webkit-appearance: none;
|
// border-radius: 0;
|
// color: #000000;
|
// height: 32px;
|
// caret-color: $cursor;
|
// &:-webkit-autofill {
|
// box-shadow: 0 0 0 1000px $bg inset !important;
|
// -webkit-text-fill-color: $cursor !important;
|
// }
|
// }
|
//}
|
.el-form-item {
|
color: #454545;
|
transition: all .3s;
|
margin-bottom: 2.34vh;
|
&:hover {
|
border-color: #57a3f3;
|
}
|
}
|
.el-button:not(.is-circle,.is-round), .el-input__inner {
|
border-radius: 40px !important;
|
}
|
}
|
|
|
.login-container .login-form-new {
|
padding-left: 4.16vw;
|
input.el-input__inner {
|
width: 100%;
|
height: 7.44vh;
|
background-color: #f1f1f1 !important;
|
font-size: 1.91vh;
|
padding-left: 4.16vw;
|
}
|
|
i.el-input__icon {
|
line-height: 8vh;
|
width: 1.3vw;
|
font-size: 2.65vh;
|
margin-left: 1.3vw;
|
}
|
}
|