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

76 lines
1.3 KiB
SCSS
Raw Normal View History

2013-09-05 15:37:07 -04:00
// style that apply to the login popup
2013-10-09 10:16:08 -04:00
.btn-social {
2014-02-25 15:36:55 -05:00
width: 250px;
font-size: 1.143em;
2013-09-05 15:37:07 -04:00
}
#login-buttons {
button {
2013-10-09 10:16:08 -04:00
margin: 0 0 5px 0;
2013-09-05 15:37:07 -04:00
}
2014-09-22 20:26:17 -04:00
display: inline-block;
2013-09-05 15:37:07 -04:00
}
#login-form {
a {
color: dark-light-choose(scale-color($primary, $lightness: 35%), scale-color($secondary, $lightness: 65%));
2013-09-05 15:37:07 -04:00
}
2014-08-25 15:38:20 -04:00
label { float: left; display: block; }
textarea, input, select {font-size: 1.143em; clear: left; margin-top: 0; }
2014-07-12 04:04:25 -04:00
td { padding: 4px; }
2013-09-05 15:37:07 -04:00
}
2014-02-25 16:40:15 -05:00
a#new-account-link { white-space:nowrap; }
2013-09-05 15:37:07 -04:00
// Create account
#new-account-link {
2014-03-06 01:51:39 -05:00
cursor: pointer;
2013-09-05 15:37:07 -04:00
}
2013-10-09 10:16:08 -04:00
a#forgot-password-link {clear: left; float: left; }
2013-09-05 15:37:07 -04:00
.btn-primary {margin-bottom: 10px; font-size: 15; float: left;}
2013-09-05 15:37:07 -04:00
2014-02-25 16:40:15 -05:00
.create-account .modal-body {
2014-07-14 02:50:13 -04:00
input[type=text], input[type=email], input[type=password] {
2014-02-25 16:40:15 -05:00
display: inline-block;
2014-08-25 15:38:20 -04:00
margin-bottom: 5px;
margin-top: 10px;
2014-02-25 16:40:15 -05:00
}
2014-08-25 15:38:20 -04:00
tr.instructions {
label {
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
2014-08-25 15:38:20 -04:00
}
}
2014-02-25 16:40:15 -05:00
tr.input {
td.label {
2014-09-23 01:35:39 -04:00
padding-right: 5px;
2014-02-25 16:40:15 -05:00
}
}
}
.create-account {
.user-field.confirm {
margin-top: 10px;
margin-bottom: 10px;
}
.user-field {
margin-top: 10px;
label {
width: 85px;
}
input[type=text] {
margin-top: 0;
width: 184px;
}
.controls {
margin-left: 85px;
}
}
}