-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: various uptake and visual enhancements to address design QA (#4038)
* fix: various uptake and visual enhancements to address design QA * fix: prettier * fix: feedback from QA
- Loading branch information
1 parent
0efab7a
commit 71c8a16
Showing
6 changed files
with
223 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
sites/public/src/components/shared/FormSummaryDetails.module.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
.summary-header { | ||
display: flex; | ||
justify-content: space-between; | ||
padding-block: var(--seeds-spacer-header); | ||
background: var(--seeds-color-gray-300); | ||
} | ||
|
||
.summary-section { | ||
padding-block-end: var(--seeds-spacer-header); | ||
} | ||
|
||
.summary-value { | ||
padding-block-end: var(--seeds-spacer-content); | ||
|
||
&:last-of-type { | ||
padding-block-end: var(--seeds-spacer-header); | ||
} | ||
} | ||
|
||
.summary-note-text { | ||
font-size: var(--seeds-type-label-size); | ||
margin-block-end: var(--seeds-spacer-content); | ||
} | ||
|
||
.household-member-section { | ||
border-block-end: 1px solid var(--seeds-color-gray-450); | ||
margin-block-end: var(--seeds-spacer-header); | ||
|
||
&:last-child { | ||
border-block-end: none; | ||
} | ||
} | ||
|
||
.household-member-same-address { | ||
font-size: var(--seeds-type-label-size); | ||
color: var(--seeds-text-color-light); | ||
padding-block-end: var(--seeds-spacer-header); | ||
} |
Oops, something went wrong.