diff --git a/styles/sections/_task_order.scss b/styles/sections/_task_order.scss index 01123107..a45da134 100644 --- a/styles/sections/_task_order.scss +++ b/styles/sections/_task_order.scss @@ -258,22 +258,22 @@ } } - .alert { - padding: 1.5rem; - - .usa-input { - width: 100%; - margin: 0; - } - } - input[type="text"]:disabled { color: $color-gray-lighter; font-style: italic; } - .task-order__invite-dod-id { + .task-order__invite-officer { + padding: 1.5rem; + background-color: $color-aqua-lightest; + border-color: $color-blue; + border-left-style: solid; + border-left-width: $gap / 2; + .usa-input { + width: 100%; + margin: 0; + } } } diff --git a/templates/components/text_input.html b/templates/components/text_input.html index 210c8178..3bd95cc4 100644 --- a/templates/components/text_input.html +++ b/templates/components/text_input.html @@ -12,6 +12,7 @@ paragraph=False, disabled=False, initial_value='', + classes='', noMaxWidth=False) -%}