mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
few more mobile login style fixes
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
#login-form {
|
||||
a {
|
||||
color: scale-color($primary, $lightness: 35%);
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
|
||||
#login-form {
|
||||
a {
|
||||
color: $primary;
|
||||
cursor: pointer;
|
||||
color: scale-color($primary, $lightness: 35%);
|
||||
}
|
||||
label { float: left; display: block; }
|
||||
textarea, input, select {font-size: 16px; clear: left; margin-top: 0; }
|
||||
@@ -47,10 +46,9 @@ a#forgot-password-link {clear: left; float: left; }
|
||||
}
|
||||
}
|
||||
|
||||
tr.in
|
||||
tr.input {
|
||||
td.label {
|
||||
padding-top: 10px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user