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

39 lines
603 B
SCSS

.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;
}
.user-fields {
h3 {
line-height: 1.5em;
color: scale-color($primary, $lightness: 20%);
border-bottom: 1px solid scale-color($primary, $lightness: 50%);
margin-bottom: 20px;
}
.user-field {
label: {
display: block;
}
input[type=text] {
width: 80%;
display: block;
}
input[type=checkbox] {
margin-right: 5px;
}
margin-bottom: 20px;
}
}