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

ISTWCMS-5063: css for the icons hover/visited states as well as spacing for 6 wide

parent 4554ba51
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;
......
......@@ -9,7 +9,7 @@
padding-bottom:gesso-spacing(sm);
padding-top:gesso-spacing(sm);
@include medium {
grid-template-columns: auto 16rem;
grid-template-columns: auto 18rem;
}
//@include large {
// grid-template-columns: auto 16rem;
......@@ -63,7 +63,7 @@
grid-column: 1 / 2;
grid-row: 3 / 4;
margin:0 auto;
max-width:20rem;
max-width:17.5rem;
padding-bottom: gesso-spacing(sm);
text-align: center;
width:100%;
......
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