Skip to content

Commit

Permalink
Merge pull request #2020 from GSA/2014-design-qa-tweaks
Browse files Browse the repository at this point in the history
2014 design qa tweaks
  • Loading branch information
scottqueen-bixal authored Dec 23, 2024
2 parents 7f73242 + e374ab7 commit 4f3d992
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,10 @@ exports[`loads intro 1`] = `
with each agency.
</p>
<p>
We do not share, save, or submit your information.
<strong>
We do not share, save, or submit
</strong>
your information.
</p>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,10 @@ exports[`Intro > renders a match to the previous snapshot 1`] = `
with each agency.
</p>
<p>
We do not share, save, or submit your information.
<strong>
We do not share, save, or submit
</strong>
your information.
</p>
</div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions benefit-finder/src/Routes/Intro/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.bf-cta-wrapper {
display: flex;
justify-content: center;
margin: rem(20px) 0 rem(56px);
margin: rem(20px) 0 rem(24px);

@media (width >= $desktop) {
margin: rem(32px) rem(32px) rem(64px);
Expand All @@ -32,7 +32,7 @@
margin-left: rem(16px);
}

.bf-intro-process-notices-heading {
.bf-intro-process-notices-heading {
width: 100;
margin-bottom: rem(30px);
}
Expand All @@ -59,14 +59,14 @@
.bf-usa-process-list {
margin-left: 0;
margin-right: 0;
padding-top:rem(8px);
padding-top: rem(8px);

.bf-usa-process-list__heading {
font-size: rem(16px);

@media (width >= $desktop) {
font-size: rem(21px);
}
@media (width >= $desktop) {
font-size: rem(21px);
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ exports[`NoticesList > renders a match to the previous snapshot 1`] = `
with each agency.
</p>
<p>
We do not share, save, or submit your information.
<strong>
We do not share, save, or submit
</strong>
your information.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion benefit-finder/src/shared/locales/en/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"iconAlt": "Important",
"list": [
{
"notice": "<div><p><strong>This is not an application. You will need to apply for benefits</strong> with each agency.</p><p>We do not share, save, or submit your information.</p></div>"
"notice": "<div><p><strong>This is not an application. You will need to apply for benefits</strong> with each agency.</p><p><strong>We do not share, save, or submit</strong> your information.</p></div>"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion benefit-finder/src/shared/locales/es/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"iconAlt": "Importante",
"list": [
{
"notice": "<div><p><strong>Esto no es una aplicación. Necesita presentar una solicitud</strong> con cada agencia.</p><p>No guardamos ni compartimos sus respuestas con ninguna agencia.</p></div>"
"notice": "<div><p><strong>Esto no es una aplicación. Necesita presentar una solicitud</strong> con cada agencia.</p><p><strong>No guardamos ni compartimos sus respuestas</strong> con ninguna agencia.</p></div>"
}
]
},
Expand Down

0 comments on commit 4f3d992

Please sign in to comment.