perf: improve login form style (#456)

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/461/head
Ryan Wang 2022-02-22 16:56:10 +08:00 committed by GitHub
parent e2bf2756f6
commit 87f1cdcb61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -8,9 +8,8 @@
left: 50%;
margin: -160px 0 0 -160px;
width: 320px;
padding: 18px 28px 28px 28px;
box-shadow: -4px 7px 46px 2px rgba(0, 0, 0, 0.1);
padding: 22px 28px 28px 28px;
box-shadow: rgba(0, 0, 0, 0.08) 0 4px 12px;
.tip {
cursor: pointer;
margin-left: 0.5rem;
@ -20,7 +19,7 @@
.halo-logo {
margin-top: 10px;
margin-bottom: 30px;
margin-bottom: 38px;
text-align: center;
width: 100%;
@ -31,6 +30,6 @@
}
img {
width: 78px;
width: 88px;
}
}