Skip to content

Commit

Permalink
Merge pull request #1798 from forumone/uat-forumone
Browse files Browse the repository at this point in the history
FOIA Wizard: Make messages 48 through 51 editable
  • Loading branch information
brockfanning authored Oct 24, 2023
2 parents c25b257 + fb2082d commit f78134d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/models/wizard_medical_records.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const medicalRecordsJourney = yesNoQuestion('q1', {
'Your own Indian Health Service participant records',
),
answer(
'literal:For other records, we recommend you contact your medical provider directly',
'literal:Other medical records',
summary('m50'),
'All other medical records',
),
Expand Down Expand Up @@ -70,7 +70,7 @@ const medicalRecordsJourney = yesNoQuestion('q1', {
'Indian Health Service participant records',
),
answer(
'literal:For other records, we recommend you contact the medical provider directly',
'literal:Other medical records',
summary('m51'),
'All other medical records',
),
Expand Down
5 changes: 4 additions & 1 deletion www.foia.gov/_sass/theme/_wizard_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,10 @@ $icon-chevron-left: '/img/icon-chevron-left.svg';
}

.w-component-modal__close-button {
position: absolute;
text-align: right;
top: 1em;
right: 1em;

button {
background-color: transparent;
Expand All @@ -391,7 +394,7 @@ $icon-chevron-left: '/img/icon-chevron-left.svg';
.w-component-modal__title {
color: $color-white;
font-size: 32px;
margin-top: 0;
margin-top: 0.5em;

.w-component-modal--alt & {
font-family: $font-serif;
Expand Down

0 comments on commit f78134d

Please sign in to comment.