Skip to content
Snippets Groups Projects
Commit 50e6de50 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

Merge branch 'feature/ISTWCMS-5063-m26lebla-local-footer' into '3.0.x'

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

See merge request !99
parents 674b4806 7614d434
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.
......@@ -503,4 +503,4 @@ $gesso: (
xxl: 96px,
),
gutter-width: 40px,
);
\ No newline at end of file
);
......@@ -23,6 +23,21 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
color: $uw-grey;
}
}
&.local-site-footer{
color: $uw-local-site-footer-background-color;
&:visited{
color: $uw-local-site-footer-background-color;
}
&:hover,
&:focus,
&:active
{
color:$uw-white;
}
}
}
.menu--uw-footer li a{
color: $uw-white;
......@@ -32,7 +47,8 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
color:$uw-gold;
}
}
.uw-site-footer__content a{
.uw-site-footer__content a,
.uw-site-footer__title a{
color: $uw-white;
&:visited,
&:hover,
......@@ -42,6 +58,14 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
color:$uw-white;
}
}
.uw-site-footer__social-media a {
&:visited,
&:hover,
&:focus,
&:active{
color:gesso-grayscale(gray-5);
}
}
.uw-footer__social-directory a{
&:link,
&:visited {
......@@ -75,6 +99,9 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
color:$uw-black !important;
}
}
.uw-site-footer__content .highlight{
color: $uw-white;
}
}
// Else run the loop on the faculties.
@else {
......@@ -130,7 +157,8 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
color:$uw-gold;
}
}
.uw-site-footer__content a{
.uw-site-footer__content a,
.uw-site-footer__title a{
color: $uw-white;
&:visited,
&:hover,
......@@ -140,6 +168,15 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
color:$uw-white;
}
}
.uw-site-footer__social-media a {
&:visited,
&:hover,
&:focus,
&:active{
color:gesso-grayscale(gray-5);
}
}
.uw-footer__social-directory a{
&:link,
&:visited {
......@@ -179,6 +216,9 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
color:$uw-black;
}
}
.uw-site-footer__content .highlight{
color: $uw-white;
}
}
}
}
......@@ -15,13 +15,11 @@
grid-template-columns:50% 50%;
}
@include medium {
grid-template-columns:200px auto 14rem;
grid-template-columns: 28% auto 14rem;
}
@include large {
grid-template-columns:246px auto 16rem;
grid-template-columns: 28% auto 16rem;
}
}
......
......@@ -9,11 +9,11 @@
padding-bottom:gesso-spacing(sm);
padding-top:gesso-spacing(sm);
@include medium {
grid-template-columns: 60% 40%;
}
@include large {
grid-template-columns: 70% 30%;
grid-template-columns: auto 18rem;
}
//@include large {
// grid-template-columns: auto 16rem;
//}
@include xl{
padding:gesso-spacing(sm) 0;
}
......@@ -63,16 +63,13 @@
grid-column: 1 / 2;
grid-row: 3 / 4;
margin:0 auto;
max-width:20rem;
padding-bottom: gesso-spacing(sm);
text-align: center;
width:100%;
@include medium {
grid-column: 2 / 3;
grid-row: 1 / 2;
margin:0;
max-width:inherit;
}
@include xl {
......
.social-media-list {
align-items: flex-start;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
list-style-type: none;
margin: 0 auto;
padding:0;
padding-bottom: gesso-spacing(sm);
text-align:center;
@include xs {
margin: 0;
max-width: inherit;
}
@include medium{
text-align:right;
}
li {
flex: 1;
padding-left:0;
display: inline-block;
padding-left: gesso-spacing(xxs);
padding-top: 0;
&:first-of-type {
padding-left: 0;
}
}
}
.uw-social-media {
@include medium {
text-align: right;
}
......@@ -80,9 +84,3 @@
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