Compare commits

..

No commits in common. "4176805099bd7b4779ffed94b3aa7fcd162a4d46" and "9e892397c8e3717b6d623490155d51822e07e7e1" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -283,7 +283,6 @@ function checkCapslock({ shiftKey, key }: { shiftKey: boolean; key: string }) {
}
}
.login-form {
position: relative;
box-sizing: border-box;
width: 462px;
padding: 50px 30px;
@ -291,7 +290,7 @@ function checkCapslock({ shiftKey, key }: { shiftKey: boolean; key: string }) {
font-size: 17px;
.tools-download{
position: absolute;
right: 30px;
right: 10px;
bottom: 10px;
font-size: 12px;
}