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 {
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;
}
}

View File

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