Files
mattermost/web/sass-files/sass/partials/_forms.scss

52 lines
752 B
SCSS

@charset "UTF-8";
.form-horizontal {
.modal-intro {
margin: -10px 0 30px;
}
.form__label {
text-align: left;
padding-right: 3px;
font-weight: 600;
font-size: 1.1em;
&.light {
font-weight: normal;
color: #999;
font-size: 1.05em;
font-style: italic;
padding-top: 2px;
}
}
.input__help {
color: inherit;
margin: 10px 0 0 10px;
word-break: break-word;
@include opacity(0.8);
&.dark {
@include opacity(1);
}
&.error {
color: #a94442;
}
}
.form-control {
font-weight: normal;
}
.form-group {
margin-bottom: 25px;
&.less {
margin-bottom: 10px;
}
}
}
.help-block {
font-size: 0.95em;
margin: 10px 0 0;
color: #999;
}
.disabled-input {
background-color: #dddddd !important;
}