Skip to content

Commit

Permalink
[FSADT1-1091] Update content alignment in step 4 (#715)
Browse files Browse the repository at this point in the history
* feat: align review sections to their text titles

* refactor: use a more expressive class name
  • Loading branch information
fterra-encora authored Jan 4, 2024
1 parent a86db92 commit 0e2ec0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions frontend/src/assets/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -923,11 +923,16 @@ cds-actionable-notification * {
gap: 2rem;
}

.grouping-22-item {
margin-left: 1.75rem;
}

.grouping-23 {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0.75rem;
margin-left: 1.75rem;
}

.grouping-divider {
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/pages/bceidform/ReviewWizardStep.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ onMounted(() => {
<Enterprise20 />
{{ formData.businessInformation.businessName }}
</h6>
<p class="body-compact-01" id="clientTypeId">
<p class="body-compact-01 grouping-22-item" id="clientTypeId">
{{ clientType.text }}
</p>
</div>
<div v-if="formData.businessInformation.birthdate">
<div v-if="formData.businessInformation.birthdate" class="grouping-22-item">
<p class="label-01">Proprietor’s birthdate</p>
<p class="body-compact-01">{{ formData.businessInformation.birthdate }}</p>
</div>
Expand Down

0 comments on commit 0e2ec0e

Please sign in to comment.