Skip to content

Commit

Permalink
Merge pull request #1920 from GSA/1891-adjust-modal-margins
Browse files Browse the repository at this point in the history
1891 adjust modal margins
  • Loading branch information
scottqueen-bixal authored Nov 5, 2024
2 parents 1e6257c + 59fda5e commit cec87c6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`LifeEventSection > renders a match to the previous snapshot 1`] = `
id="skip-to-h1"
role="heading"
>
Answer these questions
Answer the following questions
</h1>
<div
class="bf-section-wrapper"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,18 @@ exports[`loads view 1`] = `
class="bf-usa-list usa-list"
>
<li>
Visit each agency’s website to find full eligibility requirements.
You need to visit each agency’s website to find full eligibility requirements and apply.
</li>
<li>
Your results may change if you answer more questions or modify your answers.
Your results may vary if your situation or answers change.
</li>
<li>

<a
class="bf-usa-summary-box__link usa-summary-box__link"
href="#"
>
Clear my answers and restart the form.
Clear your answers and restart the form.
</a>
</li>
</ul>
Expand Down Expand Up @@ -6063,7 +6063,7 @@ exports[`loads view 1`] = `
data-testid="bf-result-view-unmet-button"
type="button"
>
Explore other potential benefits
Explore benefits you did not qualify for
</button>
</div>
</div>
Expand Down Expand Up @@ -6473,18 +6473,18 @@ exports[`scenario 1 loads in view with the correct amount of likely eligible ite
class="bf-usa-list usa-list"
>
<li>
Visit each agency’s website to find full eligibility requirements.
You need to visit each agency’s website to find full eligibility requirements and apply.
</li>
<li>
Your results may change if you answer more questions or modify your answers.
Your results may vary if your situation or answers change.
</li>
<li>

<a
class="bf-usa-summary-box__link usa-summary-box__link"
href="#"
>
Clear my answers and restart the form.
Clear your answers and restart the form.
</a>
</li>
</ul>
Expand Down Expand Up @@ -12445,7 +12445,7 @@ exports[`scenario 1 loads in view with the correct amount of likely eligible ite
data-testid="bf-result-view-unmet-button"
type="button"
>
Explore other potential benefits
Explore benefits you did not qualify for
</button>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,18 @@ exports[`Results > renders a match to the previous snapshot 1`] = `
class="bf-usa-list usa-list"
>
<li>
Visit each agency’s website to find full eligibility requirements.
You need to visit each agency’s website to find full eligibility requirements and apply.
</li>
<li>
Your results may change if you answer more questions or modify your answers.
Your results may vary if your situation or answers change.
</li>
<li>
<a
class="bf-usa-summary-box__link usa-summary-box__link"
href="#"
>
Clear my answers and restart the form.
Clear your answers and restart the form.
</a>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exports[`ZeroBenefitsHeading > renders a match to the previous snapshot 1`] = `
class="bf-zero-benefits-view-description "
role="heading"
>
Based on your answers you are likely not eligible for benefits. You may become eligible if you enter more information or your situation changes.
Based on your answers, you are currently not eligible for this life event’s benefits. You may become eligible if your situation or answers change in the future. Visit your city, state, or employer for other potential benefits.
</h3>
<div
class="bf-back-to-form-cta"
Expand Down
2 changes: 1 addition & 1 deletion benefit-finder/src/shared/components/Modal/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const customStyles = {
width: '80%',
borderRadius: '8px',
borderColor: '#005ea2',
padding: '5% 10%',
padding: '5% 0',
maxWidth: '32.5rem',
},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ exports[`Summary > renders a match to the previous snapshot 1`] = `
class="bf-usa-list usa-list"
>
<li>
Visit each agency’s website to find full eligibility requirements.
You need to visit each agency’s website to find full eligibility requirements and apply.
</li>
<li>
Your results may change if you answer more questions or modify your answers.
Your results may vary if your situation or answers change.
</li>
<li>
<a
class="bf-usa-summary-box__link usa-summary-box__link"
href="#"
>
Clear my answers and restart the form.
Clear your answers and restart the form.
</a>
</li>
</ul>
Expand Down

0 comments on commit cec87c6

Please sign in to comment.