discourse/app/assets/stylesheets/application/login.css.scss

26 lines
356 B
SCSS
Raw Normal View History

2013-02-05 14:16:51 -05:00
// style that apply to the login popup
@import "foundation/variables";
@import "foundation/mixins";
#login-buttons {
button {
margin: 0 5px 5px 0;
2013-03-27 14:36:15 -04:00
min-width: 180px;
2013-02-05 14:16:51 -05:00
}
margin-top: 10px;
margin-bottom: 20px;
}
#login-form {
a {
color: $dark_gray;
cursor: pointer;
}
}
// Create account
#new-account-link {
cursor: pointer;
}