Merge pull request #9572 from jumpserver/pr@dev@perf_login_page_style

perf: 调整登录页样式
pull/9573/head^2
huailei 2023-02-15 20:31:30 +08:00 committed by GitHub
commit 679cd6a4e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 15 deletions

View File

@ -215,28 +215,14 @@
}
.auto-login input[type=checkbox] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
display: inline-block;
margin-top: -1px;
margin-top: 0;
vertical-align: middle;
width: 13px;
height: 13px;
border-radius: 50%;
border: 1px solid var(--primary-color);
outline: none;
cursor: pointer;
}
.auto-login input[type=checkbox]:checked {
border: 4px solid var(--primary-color);
}
.auto-login > .row::after {
clear: none;
}
</style>
</head>