登录页面样式调整

pull/755/merge
zhangdaiscott 2023-09-20 10:18:03 +08:00
parent 76d455243d
commit 9956723946
1 changed files with 14 additions and 12 deletions

View File

@ -527,6 +527,19 @@ html[data-theme='dark'] {
.ant-checkbox-inner,.aui-success h3{
border-color: #c9d1d9;
}
//update-begin---author:wangshuai ---date:20230828 forQQYUN-6363------------
&-sign-in-way {
.anticon {
font-size: 22px !important;
color: #888 !important;
cursor: pointer !important;
&:hover {
color: @primary-color !important;
}
}
}
//update-end---author:wangshuai ---date:20230828 forQQYUN-6363------------
}
input.fix-auto-fill,
@ -534,18 +547,7 @@ html[data-theme='dark'] {
-webkit-text-fill-color: #c9d1d9 !important;
box-shadow: inherit !important;
}
&-sign-in-way {
.anticon {
font-size: 22px !important;
color: #888 !important;
cursor: pointer !important;
&:hover {
color: @primary-color !important;
}
}
}
.ant-divider-inner-text {
font-size: 12px !important;
color: @text-color-secondary !important;