discourse/app/assets/stylesheets/mobile/login.scss

55 lines
946 B
SCSS

// style that apply to the login popup
.btn-social {
width: 250px;
font-size: 16px;
}
#login-buttons {
button {
margin: 0 0 5px 0;
}
display: inline-block;
}
#login-form {
a {
color: scale-color($primary, $lightness: 35%);
}
label { float: left; display: block; }
textarea, input, select {font-size: 16px; clear: left; margin-top: 0; }
td { padding: 4px; }
}
a#new-account-link { white-space:nowrap; }
// Create account
#new-account-link {
cursor: pointer;
}
a#forgot-password-link {clear: left; float: left; }
.btn-primary {margin-bottom: 10px; font-size: 15; float: left;}
.create-account .modal-body {
input[type=text], input[type=email], input[type=password] {
display: inline-block;
margin-bottom: 5px;
margin-top: 10px;
}
tr.instructions {
label {
color: scale-color($primary, $lightness: 50%);
}
}
tr.input {
td.label {
padding-right: 5px;
}
}
}