Skip to content
Snippets Groups Projects
Commit 1000e4a9 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-3574: adding stylings for neutral in CTAs

parent 7caa12ec
No related branches found
No related tags found
No related merge requests found
$faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat', 'org-sci', 'org-school';
$faculties: 'neutral', 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat', 'org-sci', 'org-school';
@each $faculty in $faculties {
.uw-cta {
......@@ -8,6 +8,9 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
@if $faculty == org-default {
color: $uw-gold;
}
@else if $faculty == neutral {
color: $uw-grey;
}
@else {
color: gesso-brand($faculty, 'lvl1');
}
......@@ -25,6 +28,13 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
color: $uw-black;
}
}
@else if $faculty == neutral {
background-color: $uw-grey;
.uw-cta__text--big {
color: $uw-white;
}
}
@else {
background-color: gesso-brand($faculty, 'lvl1');
......
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