padding fix, small phone fix

This commit is contained in:
Kris
2018-05-26 01:12:33 -04:00
parent 5b2e7c8d10
commit 4bd24e78fc
3 changed files with 9 additions and 29 deletions

View File

@@ -144,7 +144,10 @@ $input-width: 220px;
}
.auth-message {
padding: 0 15px 15px 15px
padding: 0 15px 15px 15px;
&:empty {
padding: 0;
}
}
.modal tr.instructions {
@@ -162,4 +165,4 @@ button#login-link, button#new-account-link
{
background: transparent;
color: dark-light-choose($primary-high, $secondary-low);
}
}