Files
mostlymatter/webapp/sass/layout/_forms.scss
2016-03-17 05:42:38 +05:00

63 строки
1018 B
SCSS

@charset 'UTF-8';
.form-horizontal {
.modal-intro {
margin: -10px 0 30px;
}
.form__label {
font-size: 1.1em;
font-weight: 600;
padding-right: 3px;
text-align: left;
&.light {
color: $dark-gray;
font-size: 1.05em;
font-style: italic;
font-weight: normal;
padding-top: 2px;
}
}
.input__help {
@include opacity(.8);
color: inherit;
margin: 10px 0 0 10px;
word-break: break-word;
&.dark {
@include opacity(1);
}
&.error {
color: darken($red, 20%);
}
}
.form-control {
font-weight: normal;
}
.form-group {
margin-bottom: 25px;
&.less {
margin-bottom: 10px;
}
}
}
.help-block {
color: $dark-gray;
font-size: .95em;
margin: 10px 0 0;
}
.form-group {
&.form-group--small {
margin-bottom: 10px;
}
}