Skip to content

Commit

Permalink
CCFRI-4047 - Wrong header font (#593)
Browse files Browse the repository at this point in the history
* Added classes to override Vuetify text-h4/text-h5 classes.
Removed styles no longer needed.

* Added additional overrides.

---------

Co-authored-by: weskubo-cgi <[email protected]>
  • Loading branch information
weskubo-cgi and weskubo-cgi authored Dec 5, 2024
1 parent 1560f10 commit ff9b1e7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 13 deletions.
17 changes: 17 additions & 0 deletions frontend/public/styles/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,20 @@ input[type="number"] {
font-weight: bold;
background-color: #e5e4e4;
}

div.text-h4,
h4.text-h4,
p.text-h4,
span.text-h4,
div.text-h5,
h5.text-h5,
p.text-h5,
span.text-h6,
div.text-h6,
h5.text-h6,
p.text-h6,
span.text-h6,
div.text-body-1,
div.text-body-2 {
font-family: "BCSans", Verdana, Arial, sans-serif;
}
18 changes: 8 additions & 10 deletions frontend/src/components/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
<v-col cols="12" align="center" class="pt-0">
<v-img :src="headerImage" max-height="300" max-width="1448" class="align-end" cover>
<v-col align="center" style="background-color: rgb(28, 115, 158, 0.85)">
<span class="text-h4 text-white font-weight-bold" style="font-family: BCSans">
My ChildCareBC Services
</span>
<span class="text-h4 text-white font-weight-bold"> My ChildCareBC Services </span>
<br />
<span class="text-h6 text-white">Welcome</span>
</v-col>
Expand Down Expand Up @@ -39,13 +37,13 @@
<p class="pt-4">
<strong>NOTE:</strong> The information collected through My ChildCareBC Services is collected under the
authority of the <i>Freedom of Information and Protection of Privacy Act</i> (FOIPPA) and the
<i>Early Learning and Child Care Act</i> and will be used for the purpose of administering
the Child Care Operating Funding Program, which includes the Child Care Fee Reduction Initiative and the Early
Childhood Educator (ECE) Wage Enhancement for successfully enrolled applicants. Personal information is
protected from unauthorized use and disclosure in accordance with FOIPPA. Any questions or concerns about the
collection of this information can be directed to the Director, Child Care Operating Funding Program, PO Box
9965 Stn Prov Govt, Victoria BC V8W 9R4, Phone: in Greater Victoria: 250 356-6501, outside of Greater
Victoria, Toll Free: 1 888 338-6622 (option 2).
<i>Early Learning and Child Care Act</i> and will be used for the purpose of administering the Child Care
Operating Funding Program, which includes the Child Care Fee Reduction Initiative and the Early Childhood
Educator (ECE) Wage Enhancement for successfully enrolled applicants. Personal information is protected from
unauthorized use and disclosure in accordance with FOIPPA. Any questions or concerns about the collection of
this information can be directed to the Director, Child Care Operating Funding Program, PO Box 9965 Stn Prov
Govt, Victoria BC V8W 9R4, Phone: in Greater Victoria: 250 356-6501, outside of Greater Victoria, Toll Free: 1
888 338-6622 (option 2).
</p>
<v-row>
<v-col class="xs-12 lg-4 xl-2">
Expand Down
4 changes: 1 addition & 3 deletions frontend/src/components/MinistryLogin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
<v-col cols="12" align="center" class="pt-0">
<v-img :src="headerImage" max-height="300" max-width="1448" class="align-end">
<v-col align="center" style="background-color: rgb(28, 115, 158, 0.85)">
<span class="text-h4 text-white font-weight-bold" style="font-family: BCSans"
>My ChildCareBC Services</span
>
<span class="text-h4 text-white font-weight-bold">My ChildCareBC Services</span>
<br />
<span class="text-h6 text-white">Ministry Login</span>
</v-col>
Expand Down

0 comments on commit ff9b1e7

Please sign in to comment.