Skip to content
Snippets Groups Projects
Commit a8740c23 authored by Martin Leblanc's avatar Martin Leblanc
Browse files

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

parent f5f686d6
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: ( ...@@ -503,4 +503,4 @@ $gesso: (
xxl: 96px, xxl: 96px,
), ),
gutter-width: 40px, 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' ...@@ -23,6 +23,21 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
color: $uw-grey; 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{ .menu--uw-footer li a{
color: $uw-white; color: $uw-white;
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
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: auto 16rem; grid-template-columns: auto 18rem;
} }
//@include large { //@include large {
// grid-template-columns: auto 16rem; // grid-template-columns: auto 16rem;
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
grid-column: 1 / 2; grid-column: 1 / 2;
grid-row: 3 / 4; grid-row: 3 / 4;
margin:0 auto; margin:0 auto;
max-width:20rem; max-width:17.5rem;
padding-bottom: gesso-spacing(sm); padding-bottom: gesso-spacing(sm);
text-align: center; text-align: center;
width:100%; 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