discourse/app/assets/stylesheets/common/base/login.scss

13 lines
188 B
SCSS
Raw Normal View History

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