Updating asss lint stuff with other scss improvements

Этот коммит содержится в:
Asaad Mahmood
2016-03-16 20:31:21 +05:00
родитель 809779a87f
Коммит f600b1dc2b
57 изменённых файлов: 1755 добавлений и 1351 удалений

Просмотреть файл

@@ -6,32 +6,32 @@
}
.form__label {
text-align: left;
padding-right: 3px;
font-weight: 600;
font-size: 1.1em;
font-weight: 600;
padding-right: 3px;
text-align: left;
&.light {
font-weight: normal;
color: #999;
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;
@include opacity(.8);
&.dark {
@include opacity(1);
}
&.error {
color: #a94442;
color: darken($red, 20%);
}
}
@@ -49,13 +49,9 @@
}
.help-block {
color: $dark-gray;
font-size: .95em;
margin: 10px 0 0;
color: #999;
}
.disabled-input {
background-color: #ddd !important;
}
.form-group {