mirror of
https://github.com/discourse/discourse.git
synced 2025-03-13 18:18:04 +08:00
26 lines
370 B
SCSS
26 lines
370 B
SCSS
![]() |
// 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;
|
||
|
}
|