Improve WebAuthnCredentialTable and border radius

This commit is contained in:
Gucheng Wang
2022-10-03 18:45:35 +08:00
parent 4d6f68eddc
commit 58455e688e
6 changed files with 42 additions and 41 deletions

View File

@ -28,7 +28,7 @@
color: #61dafb;
}
#root{
#root {
height: 100%;
}
@ -64,6 +64,7 @@
background-size: 25px, 25px;
background-position: center;
background-repeat: no-repeat;
border-radius: 5px;
width: 45px;
height: 65px;
float: right;
@ -89,7 +90,7 @@
.loginBackground {
height: 100%;
background: #ffffff no-repeat;
background: #fff no-repeat;
background-size: 100% 100%;
background-attachment: fixed;
}