mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
FIX: move duplicated scss to common file
This commit is contained in:
parent
8fc80cb922
commit
6f749b9765
3 changed files with 13 additions and 26 deletions
13
app/assets/stylesheets/common/base/login.scss
Normal file
13
app/assets/stylesheets/common/base/login.scss
Normal file
|
@ -0,0 +1,13 @@
|
|||
.caps-lock-warning {
|
||||
color: $danger;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.discourse-no-touch #login-form {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.discourse-touch .caps-lock-warning {
|
||||
display: none;
|
||||
}
|
|
@ -16,19 +16,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.caps-lock-warning {
|
||||
color: $danger;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.discourse-no-touch #login-form {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.discourse-touch .caps-lock-warning {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.login-modal {
|
||||
.fa-spinner {
|
||||
font-size: 18px;
|
||||
|
|
|
@ -24,19 +24,6 @@
|
|||
td { padding: 4px; }
|
||||
}
|
||||
|
||||
.caps-lock-warning {
|
||||
color: $danger;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.discourse-no-touch #login-form {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.discourse-touch .caps-lock-warning {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a#new-account-link { white-space:nowrap; }
|
||||
|
||||
// Create account
|
||||
|
|
Loading…
Reference in a new issue