mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
login page button fix
Dflinn found an odd margin on the login page
This commit is contained in:
parent
de15d9b8a9
commit
246768cb12
@ -65,7 +65,8 @@
|
||||
|
||||
&.block {
|
||||
display: block;
|
||||
width: 100%;
|
||||
width: calc(100% - 20px);
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
&.link,
|
||||
@ -103,3 +104,10 @@ button {
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.login-buttons {
|
||||
.btn.block {
|
||||
width: 100%;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
@ -140,7 +140,7 @@ body.body-full {
|
||||
}
|
||||
|
||||
.createAccountLink {
|
||||
padding-top: 30px;
|
||||
padding: 30px 10px 0 10px;
|
||||
}
|
||||
|
||||
.login-buttons > button {
|
||||
|
Loading…
Reference in New Issue
Block a user