Skip to content

Commit

Permalink
feat:
Browse files Browse the repository at this point in the history
- Made changes requested by Andrea described in FSADT1-1003
- Made some style changes
  • Loading branch information
mamartinezmejia committed Nov 27, 2023
1 parent a70d9c7 commit 9cb2199
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion frontend/src/assets/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
--light-theme-text-text-disabled: rgba(19, 19, 21, 0.25);
--light-theme-text-text-on-color: #FFFFFF;

--cds-body-02-font-size: 0.875rem;

//Buttons
--cds-button-disabled: #c6c6c8;

Expand Down Expand Up @@ -950,7 +952,7 @@ cds-modal-close-button::part(button) {
}

cds-modal-footer {
padding: 3rem 1rem 1rem 1rem;
padding: 1rem 1rem 1rem 1rem;
}

cds-modal-footer-button::part(button) {
Expand Down
7 changes: 4 additions & 3 deletions frontend/src/pages/FormBCSCPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@

<cds-modal
id="help-modal"
size="sm"
size="md"
:open="changePersonalInfoModalActive"
@cds-modal-closed="changePersonalInfoModalActive = false"
>
Expand All @@ -163,12 +163,13 @@
href='https://www2.gov.bc.ca/gov/content/governments/government-id/bc-services-card/your-card/change-personal-information'
target="_blank">Change your personal information
</a>
to update your name, address or date of birth. Go to your
to update your name, address or date of birth.<br /><br />
Go to your
<a
href='https://id.gov.bc.ca/account/'
target="_blank">BC Services account
</a>
to update your email address.
to update your email address.<br /><br />
You can then log back into this application using your BC Services Card.
</p>
</cds-modal-body>
Expand Down

0 comments on commit 9cb2199

Please sign in to comment.