Skip to content

Commit

Permalink
Change the icons to use an orange background
Browse files Browse the repository at this point in the history
  • Loading branch information
bseeger committed Jan 23, 2024
1 parent b3cf23f commit a9ff661
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 53 deletions.
86 changes: 43 additions & 43 deletions src/main/resources/templates/fragments/icons.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="grid">
<div th:replace="~{fragments/goBack :: goBackLink}"></div>
<main id="content" role="main" class="form-card spacing-above-35">
<th:block th:replace="~{fragments/icons :: householdBlue}"></th:block>
<th:block th:replace="~{fragments/icons :: householdOrange}"></th:block>
<th:block
th:replace="~{fragments/cardHeader :: cardHeader(header=#{multiple-person-household.header})}"/>
<th:block th:replace="~{fragments/form :: form(action=${formAction}, content=~{::formContent})}">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="grid">
<div th:replace="~{fragments/goBack :: goBackLink}"></div>
<main id="content" role="main" class="form-card spacing-above-35">
<th:block th:replace="~{fragments/icons :: householdBlue}"></th:block>
<th:block th:replace="~{fragments/icons :: householdOrange}"></th:block>
<th:block
th:replace="~{fragments/cardHeader :: cardHeader(header=#{foster.header})}"/>
<th:block
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="grid">
<div th:replace="~{fragments/goBack :: goBackLink}"></div>
<main id="content" role="main" class="form-card spacing-above-35">
<th:block th:replace="~{fragments/icons :: householdBlue}"></th:block>
<th:block th:replace="~{fragments/icons :: householdOrange}"></th:block>
<th:block
th:replace="~{fragments/cardHeader :: cardHeader(header=#{foster-aged-out.header})}"/>
<th:block
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="grid">
<div th:replace="~{fragments/goBack :: goBackLink}"></div>
<main id="content" role="main" class="form-card spacing-above-35">
<th:block th:replace="~{fragments/icons :: householdBlue}"></th:block>
<th:block th:replace="~{fragments/icons :: householdOrange}"></th:block>
<th:block
th:replace="~{fragments/cardHeader :: cardHeader(header=#{foster-aged-out-who.header})}"/>
<th:block
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="grid">
<div th:replace="~{fragments/goBack :: goBackLink}"></div>
<main id="content" role="main" class="form-card spacing-above-35">
<th:block th:replace="~{fragments/icons :: householdBlue}"></th:block>
<th:block th:replace="~{fragments/icons :: householdOrange}"></th:block>
<th:block
th:replace="~{fragments/cardHeader :: cardHeader(header=#{foster-who.header})}"/>
<th:block
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="grid">
<div th:replace="~{fragments/goBack :: goBackLink}"></div>
<main id="content" role="main" class="form-card spacing-above-35">
<th:block th:replace="~{fragments/icons :: 'householdBlue'}"></th:block>
<th:block th:replace="~{fragments/icons :: 'householdOrange'}"></th:block>
<th:block
th:replace="~{fragments/cardHeader :: cardHeader(header=#{household-list.header},
subtext=#{household-list.subheader})}"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div th:replace="~{fragments/goBack :: goBackLink}"></div>
<main id="content" role="main" class="form-card spacing-above-35">
<div class="grid__item spacing-above-35 text--centered">
<th:block th:replace="~{fragments/icons :: householdBlue}"></th:block>
<th:block th:replace="~{fragments/icons :: householdOrange}"></th:block>
<p class="text--help spacing-below-10"
th:text="#{household-signpost.step}"></p>
<th:block
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="grid">
<div th:replace="~{fragments/goBack :: goBackLink}"></div>
<main id="content" role="main" class="form-card spacing-above-35">
<th:block th:replace="~{fragments/icons :: householdBlue}"></th:block>
<th:block th:replace="~{fragments/icons :: householdOrange}"></th:block>
<th:block
th:replace="~{fragments/cardHeader :: cardHeader(header=#{multiple-person-household.header})}"/>
<th:block th:replace="~{fragments/form :: form(action=${formAction}, content=~{::formContent})}">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="grid">
<div th:replace="~{fragments/goBack :: goBackLink}"></div>
<main id="content" role="main" class="form-card spacing-above-35">
<th:block th:replace="~{fragments/icons :: householdBlue}"></th:block>
<th:block th:replace="~{fragments/icons :: householdOrange}"></th:block>
<th:block th:replace="~{fragments/cardHeader :: cardHeader(header=#{nola-apply-foster-or-kinship.header})}"/>
<th:block th:replace="~{fragments/form :: form(action=${formAction}, content=~{::formContent})}">
<th:block th:ref="formContent">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="grid">
<div th:replace="~{fragments/goBack :: goBackLink}"></div>
<main id="content" role="main" class="form-card spacing-above-35">
<th:block th:replace="~{fragments/icons :: householdBlue}"></th:block>
<th:block th:replace="~{fragments/icons :: householdOrange}"></th:block>
<th:block
th:replace="~{fragments/cardHeader :: cardHeader(header=#{nola-apply-questions.header}, subtext=#{nola-apply-questions.subheader})}"/>
<th:block th:ref="formContent">
Expand Down

0 comments on commit a9ff661

Please sign in to comment.