Skip to content
Snippets Groups Projects
Commit 25c2c2d9 authored by Martin Leblanc's avatar Martin Leblanc
Browse files

ISTWCMS-5657: adding neutral to the colors array and correcting font size of small text in CTA

parent 40757a23
No related branches found
No related tags found
1 merge request!23ISTWCMS-5657: adding ctas
......@@ -232,7 +232,8 @@ $faculties_colours: (
'org-stp': stp,
'org-cgc': cgc,
'org-stj': stj,
'org-ren': ren
'org-ren': ren,
'neutral': neutral
);
//Swatches
......
......@@ -165,7 +165,7 @@
&--small {
color: var(--uw-white);
font-family: var(--font-systemmedium);
font-size: var(--font-size-2);
font-size: var(--font-size-000);
line-height: 1;
padding: 0 var(--size-05) var(--size-05) var(--size-05);
text-transform: uppercase;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment