mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
padding fix, small phone fix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user