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

40 lines
693 B
SCSS
Raw Normal View History

2013-09-05 15:37:07 -04:00
// style that apply to the login popup
@import "../common/foundation/variables";
@import "../common/foundation/mixins";
2013-10-09 10:16:08 -04:00
.btn-social {
width: 95%;
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
}
margin-top: 10px;
margin-bottom: 20px;
}
#login-form {
a {
color: $dark_gray;
cursor: pointer;
}
2013-10-09 10:16:08 -04:00
label {float: left; display: block;}
textarea, input, select {font-size: 16px; clear: left;}
2013-09-05 15:37:07 -04:00
}
// Create account
#new-account-link {
cursor: pointer;
}
2013-10-09 10:16:08 -04:00
a#forgot-password-link {clear: left; float: left; }
2013-09-05 15:37:07 -04:00
2013-10-09 10:16:08 -04:00
.btn-primary {margin-bottom: 10px; font-size: 15; clear: left; float: left;}
2013-09-05 15:37:07 -04:00
2013-10-09 10:16:08 -04:00
a#new-account-link {margin-left: 7px;}