FIX: move duplicated scss to common file

This commit is contained in:
Neil Lalonde 2014-07-22 16:37:52 -04:00
parent 8fc80cb922
commit 6f749b9765
3 changed files with 13 additions and 26 deletions

View 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;
}

View file

@ -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;

View file

@ -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