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:
@@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ body.body-full {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.createAccountLink {
|
.createAccountLink {
|
||||||
padding-top: 30px;
|
padding: 30px 10px 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-buttons > button {
|
.login-buttons > button {
|
||||||
|
|||||||
Reference in New Issue
Block a user