Add blue background to DoD ID inputs
This commit is contained in:
parent
569576fce5
commit
43d1e01e10
@ -237,4 +237,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.alert {
|
||||||
|
padding: 1.5rem;
|
||||||
|
|
||||||
|
.usa-input {
|
||||||
|
width: 100%;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -23,17 +23,9 @@
|
|||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
<h3 class="subheading">{{ "task_orders.new.oversight.cor_info_title" | translate }}</h3>
|
<h3 class="subheading">{{ "task_orders.new.oversight.cor_info_title" | translate }}</h3>
|
||||||
<p>{{ "task_orders.new.oversight.cor_info_paragraph" | translate }}</p>
|
<p>{{ "task_orders.new.oversight.cor_info_paragraph" | translate }}</p>
|
||||||
{{ CheckboxInput(form.am_cor) }}
|
|
||||||
=======
|
|
||||||
<h3 class="subheading">{{ "task_orders.new.oversight.cor_info_title" | translate }}</h3>
|
|
||||||
<p>{{ "task_orders.new.oversight.cor_info_paragraph" | translate }}</p>
|
|
||||||
<cor inline-template v-bind:initial-data='{{ form.data|tojson }}'>
|
|
||||||
<div class='usa-input'>
|
|
||||||
{{ CheckboxInput(form.am_cor, classes="normal") }}
|
{{ CheckboxInput(form.am_cor, classes="normal") }}
|
||||||
>>>>>>> Styling and text fixes
|
|
||||||
<template v-if="!am_cor">
|
<template v-if="!am_cor">
|
||||||
{{ UserInfo(form.cor_first_name, form.cor_last_name, form.cor_email, form.cor_phone_number) }}
|
{{ UserInfo(form.cor_first_name, form.cor_last_name, form.cor_email, form.cor_phone_number) }}
|
||||||
{{ CheckboxInput(form.cor_invite) }}
|
{{ CheckboxInput(form.cor_invite) }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user