Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • wcms/uw_wcms_ohana
1 result
Show changes
Commits on Source (8)
......@@ -2,10 +2,7 @@
// IMG element styles.
:where(img) {
block-size: auto;
display: block;
max-inline-size: 100%;
@media print {
max-width: 100% !important;
page-break-inside: avoid;
......
......@@ -114,6 +114,7 @@
}
:where(mark) {
background: var(--uw-gold-2);
color: var(--uw-black);
padding: var(--size-xs) var(--size-05);
/* Ensure the padding shows when there are line breaks. */
......@@ -121,23 +122,6 @@
box-decoration-break: clone;
}
@each $faculty, $colour in $faculties_colours {
.#{$faculty} {
@if $faculty == org-default or $faculty == org-art or $faculty == org-sci {
:where(mark) {
background: var(--#{$colour}-2);
}
} @else if $faculty == org-stj or $faculty == org-ren or $faculty == org-stp{
:where(mark) {
background: var(--#{$colour}-light);
}
} @else {
:where(mark) {
background: var(--#{$colour}-1);
}
}
}
}
:where(samp) {
font-family: var(--font-mono);
}
......
{% if pattern_lab %}
{% set faculty = faculty ? faculty : 'org-default' %}
{% set branding_level = branding_level ? branding_level : 'full' %}
{% endif %}
<footer class="uw-footer{% if pattern_lab %} {{ faculty }} {% endif %}"{% if branding_level == 'full' %} role="contentinfo"{% endif %}>
<footer class="uw-footer"{% if branding_level == 'full' %} role="contentinfo"{% endif %}>
<div class="uw-site-footer__block">
{% block content %}
{% include "@layouts/site-footer/site-footer.twig" with {
......@@ -16,6 +12,10 @@
} %}
{% endblock %}
</div>
{% if pattern_lab %}
{% set faculty = faculty ? faculty : 'org-default' %}
{% set branding_level = branding_level ? branding_level : 'full' %}
{% endif %}
<div class="uw-footer__wrapper">
{% if branding_level == 'full' %}
<div class="uw-footer__address">
......
......@@ -67,7 +67,7 @@ social_media:
- text: "Instagram"
url: "https://www.instagram.com/uofwaterloo/"
- text: "Tiktok"
url: "https://www.tiktok.com/@uwaterloo"
url: "https://www.tiktok.com"
- text: "Twitter"
url: "https://twitter.com/uWaterloo"
- text: "LinkedIn"
......
......@@ -133,7 +133,7 @@ social_media:
- text: "Instagram"
url: "https://www.instagram.com/uofwaterloo/"
- text: "Tiktok"
url: "https://www.tiktok.com/@uwaterloo"
url: "https://www.tiktok.com"
- text: "Twitter"
url: "https://twitter.com/uWaterloo"
- text: "LinkedIn"
......
......@@ -3,7 +3,7 @@ social_media:
- text: "Instagram"
url: "https://www.instagram.com/uofwaterloo/"
- text: "Tiktok"
url: "https://www.tiktok.com/@uwaterloo"
url: "https://www.tiktok.com"
- text: "Twitter"
url: "https://twitter.com/uWaterloo"
- text: "LinkedIn"
......