2015-12-04 23:14:31 +01:00
|
|
|
@charset "UTF-8";
|
|
|
|
|
|
2015-09-14 13:56:58 -04:00
|
|
|
.form-horizontal {
|
|
|
|
|
.modal-intro {
|
|
|
|
|
margin: -10px 0 30px;
|
|
|
|
|
}
|
|
|
|
|
.form__label {
|
|
|
|
|
text-align: left;
|
|
|
|
|
padding-right: 3px;
|
2015-09-21 11:09:23 +05:00
|
|
|
font-weight: 600;
|
2015-09-14 13:56:58 -04:00
|
|
|
font-size: 1.1em;
|
|
|
|
|
&.light {
|
2015-09-21 11:09:23 +05:00
|
|
|
font-weight: normal;
|
2015-09-14 13:56:58 -04:00
|
|
|
color: #999;
|
|
|
|
|
font-size: 1.05em;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
padding-top: 2px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.input__help {
|
2015-10-05 22:32:26 +05:00
|
|
|
color: inherit;
|
2015-09-14 13:56:58 -04:00
|
|
|
margin: 10px 0 0 10px;
|
2015-09-22 11:21:28 +05:00
|
|
|
word-break: break-word;
|
2015-10-05 22:32:26 +05:00
|
|
|
@include opacity(0.8);
|
2015-09-21 11:09:23 +05:00
|
|
|
&.dark {
|
2015-10-05 22:32:26 +05:00
|
|
|
@include opacity(1);
|
2015-09-21 11:09:23 +05:00
|
|
|
}
|
2015-09-14 13:56:58 -04:00
|
|
|
&.error {
|
|
|
|
|
color: #a94442;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.form-control {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
.form-group {
|
|
|
|
|
margin-bottom: 25px;
|
|
|
|
|
&.less {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-10-09 16:35:52 +03:00
|
|
|
|
|
|
|
|
.help-block {
|
|
|
|
|
font-size: 0.95em;
|
2015-10-14 17:04:13 +05:00
|
|
|
margin: 10px 0 0;
|
2015-10-09 16:35:52 +03:00
|
|
|
color: #999;
|
|
|
|
|
}
|
2015-11-13 16:22:32 -08:00
|
|
|
|
|
|
|
|
.disabled-input {
|
|
|
|
|
background-color: #dddddd !important;
|
2015-11-13 17:15:09 -08:00
|
|
|
}
|