1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00:00

login page button fix

Dflinn found an odd margin on the login page
This commit is contained in:
DanHillesheim
2022-10-28 15:53:19 -06:00
parent de15d9b8a9
commit 246768cb12
2 changed files with 10 additions and 2 deletions

View File

@@ -65,7 +65,8 @@
&.block { &.block {
display: block; display: block;
width: 100%; width: calc(100% - 20px);
margin: 0 auto;
} }
&.link, &.link,
@@ -103,3 +104,10 @@ button {
background: transparent; background: transparent;
color: inherit; color: inherit;
} }
.login-buttons {
.btn.block {
width: 100%;
margin-bottom: 10px;
}
}

View File

@@ -140,7 +140,7 @@ body.body-full {
} }
.createAccountLink { .createAccountLink {
padding-top: 30px; padding: 30px 10px 0 10px;
} }
.login-buttons > button { .login-buttons > button {