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

Merge branch...

Merge branch 'feature/ISTWCMS-5982-m26lebla-Fix-font-sizing-site-title-site-footer-no-logo' into '1.0.x'

ISTWCMS-5982: m26lebla fix for site footer title when no logo selected

See merge request !72
parents 0f693a94 4b935797
No related branches found
No related tags found
1 merge request!72ISTWCMS-5982: m26lebla fix for site footer title when no logo selected
......@@ -17,9 +17,9 @@
}
}
&__title {
color: var(--uw-white-1);
//font-family: gesso-font-family(condensedbook);
//font-size: rem(gesso-font-size(3));
color: var(--uw-white);
font-family: var(--font-condensedbook);
font-size: var(--font-size-3);
grid-column: 1 / 2;
grid-row: 1 / 2;
padding-bottom: var(--size-2);
......@@ -29,6 +29,12 @@
grid-row: 1 / 2;
text-align: left;
}
a{
@include link(
var(--uw-white),
var(--uw-white)
);
}
}
&__logo {
grid-column: 1 / 2;
......
......@@ -22,9 +22,6 @@
</div>
<div class="uw-site-footer__content">
{{ body }}
{# {% if is_demo_site_container %}#}
{# {% include "@base/typography/typography.twig" %}#}
{# {% endif %}#}
</div>
</div>
</div>
......
body: "The standard Lorem Ipsum passage, used since the 1500s<br /><br />Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
site_name: "Faculty of Environment"
logo_link: "https://uwaterloo.ca"
logo_url: "/images/uwaterloo-logo.svg"
logo_alt_text: "Faculty of Health logo"
home_link : "#"
facebook: "https://www.facebook.com/University.Waterloo"
......
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