fix: Password css

This commit is contained in:
maggieyyy
2024-10-23 17:41:40 +08:00
parent 349162852d
commit 9785b930da
+6 -6
View File
@@ -274,14 +274,14 @@ a{
}
.login-block{
background-color: rgba(255, 255, 255, 0.1);
background-color: rgba(255, 255, 255, 0.1) !important;
.login-input{
color:#fff;
background-color: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.1);
color:#fff !important;
background-color: rgba(255, 255, 255, 0.1) !important;
border: 1px solid rgba(255, 255, 255, 0.1) !important;
&:hover, &:focus, &.ant-input-status-error, &.ant-input-status-error:hover, &.ant-input-status-error:focus-within{
background-color: rgba(255, 255, 255, 0.2);
border: 1px solid rgba(255, 255, 255, 0.2);
background-color: rgba(255, 255, 255, 0.2) !important;
border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
}
}