diff --git a/source/_patterns/04-components/call-to-action/_call-to-action.scss b/source/_patterns/04-components/call-to-action/_call-to-action.scss index 7ec18b8b28c8ed76aa3e3ebbb81ef0efc13dad20..acfc73042bd3eee82ffaae382a2837460ff579b8 100644 --- a/source/_patterns/04-components/call-to-action/_call-to-action.scss +++ b/source/_patterns/04-components/call-to-action/_call-to-action.scss @@ -1,4 +1,4 @@ -$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');