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

26 lines
370 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";
#login-buttons {
button {
margin: 0 5px 5px 0;
min-width: 180px;
}
margin-top: 10px;
margin-bottom: 20px;
}
#login-form {
a {
color: $dark_gray;
cursor: pointer;
}
}
// Create account
#new-account-link {
cursor: pointer;
}