diff --git a/styles/components/_modal.scss b/styles/components/_modal.scss index 216ddd8c..48feeac4 100644 --- a/styles/components/_modal.scss +++ b/styles/components/_modal.scss @@ -149,93 +149,6 @@ body { } } - &--dissmissable { - .modal__body { - > :first-child { - margin-right: 8rem; - } - } - } - - &__form { - &--header { - margin-bottom: 4rem; - text-align: left; - - h1 { - margin-bottom: 0; - } - - .icon-link { - padding-top: 0.5rem; - padding-left: 0; - margin-left: 0; - } - } - - &--padded { - padding-left: 5%; - padding-right: 5%; - - .usa-input .usa-input__choices select { - max-width: 100%; - } - } - - .progress-menu ul { - width: 40%; - margin-left: 30%; - font-size: 2rem; - - &__item::before { - width: 2.8rem; - height: 2.8rem; - margin-left: -1.25rem; - } - - &__item--complete::before { - content: url("#{$asset-path}/icons/checkmark-alt.svg"); - padding-top: 0.4rem; - } - } - - .form-row { - margin-top: 0; - margin-bottom: 0; - - .form-col { - .usa-input { - margin-bottom: 1.5rem; - } - } - } - - .icon-link--default { - font-size: 1.7rem; - } - - .usa-button { - margin-left: 2rem; - - &[type="button"]:disabled { - background-color: $color-gray-lighter; - opacity: inherit; - } - } - } - - &.wide { - .modal__dialog { - max-width: 90rem; - width: 100%; - } - - .modal__body { - padding-left: 4rem; - padding-right: 4rem; - } - } - .usa-button { min-width: 17rem; } diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index 9e0f26a8..b0582dd0 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -271,15 +271,6 @@ text-align: center; } -.task-order__modal-cancel_buttons { - display: flex; - justify-content: center; - - button { - margin-top: 0; - } -} - .clin-card { width: 62rem; position: relative;