Skip to content
Snippets Groups Projects
Commit c7b424c5 authored by Martin Leblanc's avatar Martin Leblanc Committed by Kevin Paxman
Browse files

ISTWCMS-5063: local site footer changes- color and icons spacing

parent 674b4806
No related branches found
No related tags found
1 merge request!99ISTWCMS-5063: local site footer changes- color and icons spacing
This diff is collapsed.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
...@@ -32,7 +32,8 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat' ...@@ -32,7 +32,8 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
color:$uw-gold; color:$uw-gold;
} }
} }
.uw-site-footer__content a{ .uw-site-footer__content a,
.uw-site-footer__title a{
color: $uw-white; color: $uw-white;
&:visited, &:visited,
&:hover, &:hover,
...@@ -42,6 +43,14 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat' ...@@ -42,6 +43,14 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
color:$uw-white; color:$uw-white;
} }
} }
.uw-site-footer__social-media a {
&:visited,
&:hover,
&:focus,
&:active{
color:gesso-grayscale(gray-5);
}
}
.uw-footer__social-directory a{ .uw-footer__social-directory a{
&:link, &:link,
&:visited { &:visited {
...@@ -75,6 +84,9 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat' ...@@ -75,6 +84,9 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
color:$uw-black !important; color:$uw-black !important;
} }
} }
.uw-site-footer__content .highlight{
color: $uw-white;
}
} }
// Else run the loop on the faculties. // Else run the loop on the faculties.
@else { @else {
...@@ -130,7 +142,8 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat' ...@@ -130,7 +142,8 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
color:$uw-gold; color:$uw-gold;
} }
} }
.uw-site-footer__content a{ .uw-site-footer__content a,
.uw-site-footer__title a{
color: $uw-white; color: $uw-white;
&:visited, &:visited,
&:hover, &:hover,
...@@ -140,6 +153,15 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat' ...@@ -140,6 +153,15 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
color:$uw-white; color:$uw-white;
} }
} }
.uw-site-footer__social-media a {
&:visited,
&:hover,
&:focus,
&:active{
color:gesso-grayscale(gray-5);
}
}
.uw-footer__social-directory a{ .uw-footer__social-directory a{
&:link, &:link,
&:visited { &:visited {
...@@ -179,6 +201,9 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat' ...@@ -179,6 +201,9 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
color:$uw-black; color:$uw-black;
} }
} }
.uw-site-footer__content .highlight{
color: $uw-white;
}
} }
} }
} }
...@@ -15,13 +15,11 @@ ...@@ -15,13 +15,11 @@
grid-template-columns:50% 50%; grid-template-columns:50% 50%;
} }
@include medium { @include medium {
grid-template-columns:200px auto 14rem; grid-template-columns: 28% auto 14rem;
} }
@include large { @include large {
grid-template-columns:246px auto 16rem; grid-template-columns: 28% auto 16rem;
} }
} }
......
...@@ -9,11 +9,11 @@ ...@@ -9,11 +9,11 @@
padding-bottom:gesso-spacing(sm); padding-bottom:gesso-spacing(sm);
padding-top:gesso-spacing(sm); padding-top:gesso-spacing(sm);
@include medium { @include medium {
grid-template-columns: 60% 40%; grid-template-columns: auto 16rem;
}
@include large {
grid-template-columns: 70% 30%;
} }
//@include large {
// grid-template-columns: auto 16rem;
//}
@include xl{ @include xl{
padding:gesso-spacing(sm) 0; padding:gesso-spacing(sm) 0;
} }
...@@ -72,7 +72,6 @@ ...@@ -72,7 +72,6 @@
grid-column: 2 / 3; grid-column: 2 / 3;
grid-row: 1 / 2; grid-row: 1 / 2;
margin:0; margin:0;
max-width:inherit;
} }
@include xl { @include xl {
......
...@@ -2,7 +2,15 @@ ...@@ -2,7 +2,15 @@
align-items: flex-start; align-items: flex-start;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: flex-start; justify-content: flex-end;
.uw-site-footer &{
justify-content: center;
}
@include medium{
.uw-site-footer &{
justify-content:flex-end;
}
}
list-style-type: none; list-style-type: none;
margin: 0 auto; margin: 0 auto;
padding:0; padding:0;
...@@ -80,9 +88,3 @@ ...@@ -80,9 +88,3 @@
color: $uw-local-site-footer-background-color; color: $uw-local-site-footer-background-color;
} }
} }
.social-media-list-item {
list-style-type: none;
margin: 0;
padding-top: gesso-spacing(xs);
}
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