Remove unused css class

This commit is contained in:
leigh-mil 2019-10-09 13:08:35 -04:00
parent 572c2e7604
commit a72b48b84c

View File

@ -142,72 +142,6 @@
font-weight: $font-normal;
}
&.task_order__form {
hr {
margin-top: 1.5rem;
}
.totals-box {
margin-top: 0;
}
.icon {
left: 100%;
&.icon--question {
@include icon-color($color-blue);
}
}
input {
max-width: unset;
}
.date-picker {
.usa-input__title {
font-weight: $font-bold;
margin-bottom: $gap;
}
}
.usa-form-group-year {
margin-right: 0.4rem;
}
.usa-alert {
margin: 1.5em 0;
}
.usa-input {
margin-top: $gap;
margin-bottom: $gap;
}
.form-row {
margin-bottom: 0;
.usa-input {
margin-left: $gap;
margin-right: $gap;
}
.form-col:first-child {
.usa-input {
margin-left: 0;
}
}
.form-col:last-child {
.usa-input {
margin-right: 0;
}
}
}
.task-order__pdf-help-text {
margin-bottom: 4 * $gap;
}
}
.panel {
@include shadow-panel;
}