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

49 lines
805 B
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;
2013-10-09 10:16:08 -04:00
font-size: 16px;
2013-09-05 15:37:07 -04:00
}
#login-buttons {
2013-10-09 10:16:08 -04:00
text-align: center;
2013-09-05 15:37:07 -04:00
button {
2013-10-09 10:16:08 -04:00
margin: 0 0 5px 0;
2013-09-05 15:37:07 -04:00
}
2014-02-25 15:36:55 -05:00
margin-top: 0;
margin-bottom: 0;
2013-09-05 15:37:07 -04:00
}
#login-form {
a {
color: $primary;
2013-09-05 15:37:07 -04:00
cursor: pointer;
}
2013-10-09 10:16:08 -04:00
label {float: left; display: block;}
2014-02-25 15:36:55 -05:00
textarea, input, select {font-size: 16px; 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 {
input[type=text], input[type=password] {
display: inline-block;
}
tr.input {
td.label {
padding-top: 10px;
}
}
}