diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index 404b0e9b..b4fff3b9 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -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; }