unify layout between auth pages (#13547)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
Norwin 2020-11-14 02:46:40 +00:00 committed by GitHub
parent 5c76c5ce44
commit e16b0e5a90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 97 additions and 99 deletions

View file

@ -232,6 +232,7 @@ textarea:focus,
.user.activate,
.user.forgot.password,
.user.reset.password,
.user.link-account,
.user.signin,
.user.signup {
@input-padding: 200px;

View file

@ -49,10 +49,6 @@
}
}
.signup {
padding-top: 15px;
}
footer {
.ui.container .left,
.ui.container .right {