diff --git a/docs/_layouts/wide.html b/docs/_layouts/wide.html
index bc1c830c..f7333799 100644
--- a/docs/_layouts/wide.html
+++ b/docs/_layouts/wide.html
@@ -3,7 +3,7 @@
{% include header-wide.html %}
-
+
Skip to main content
diff --git a/less/footer.less b/less/footer.less
index 390e112b..0a541625 100644
--- a/less/footer.less
+++ b/less/footer.less
@@ -62,6 +62,17 @@ footer {
}
}
+// ID-428 Remove W cutout in ID7.1
+body.id7-point-1 footer {
+ .id7-site-footer, .id7-app-footer {
+ @media screen {
+ .id7-logo-bleed {
+ display: none;
+ }
+ }
+ }
+}
+
.id7-non-branded {
.id7-page-footer {
.id7-site-footer, .id7-app-footer {
diff --git a/less/header.less b/less/header.less
index 26512dbb..2c749eee 100644
--- a/less/header.less
+++ b/less/header.less
@@ -43,12 +43,12 @@
.position-logo-colour-block(@id7-masthead-logo-height-sm, @id7-masthead-logo-width-sm);
}
}
+}
- &.id7-point-1 {
- @media (min-width: @grid-float-breakpoint) {
- .id7-masthead .id7-logo a {
- height: @id7-point-1-masthead-logo-height-sm;
- }
+body.id7-point-1 .id7-utility-masthead {
+ @media (min-width: @grid-float-breakpoint) {
+ .id7-masthead .id7-logo a {
+ height: @id7-point-1-masthead-logo-height-sm;
}
}
}
diff --git a/less/masthead.less b/less/masthead.less
index f86fd002..75022cde 100644
--- a/less/masthead.less
+++ b/less/masthead.less
@@ -224,7 +224,7 @@
}
// Overrides for ID7.1, July 2024, ID-416
-.id7-utility-masthead.id7-point-1 .id7-masthead {
+body.id7-point-1 .id7-utility-masthead .id7-masthead {
background-image: none;
.id7-logo-column {
diff --git a/less/mixins/branding.less b/less/mixins/branding.less
index c91770cd..e808707e 100644
--- a/less/mixins/branding.less
+++ b/less/mixins/branding.less
@@ -12,11 +12,11 @@
.apply-masthead-image(@url) {
.id7-utility-masthead {
background-image: url(@url);
- }
- .id7-utility-masthead.id7-point-1 {
- background-image: none;
- background-color: white;
+ body.id7-point-1 & {
+ background-image: none;
+ background-color: white;
+ }
}
}
@@ -308,10 +308,9 @@
// Colour of the "WARWICK" text on the logo
.id7-utility-masthead::after {
background-color: @colour;
- }
-
- .id7-utility-masthead.id7-point-1::after {
- background-color: transparent;
+ body.id7-point-1 & {
+ background-color: transparent;
+ }
}
.id7-navigation .navbar-primary {
diff --git a/less/utility-bar.less b/less/utility-bar.less
index 92ab4022..0ac129b6 100644
--- a/less/utility-bar.less
+++ b/less/utility-bar.less
@@ -157,7 +157,7 @@
}
// Overrides for ID7.1, January 2024, ID-416
-.id7-utility-masthead.id7-point-1 .id7-utility-bar {
+body.id7-point-1 .id7-utility-masthead .id7-utility-bar {
.link-colour(@text-color);
> ul {
@@ -167,4 +167,4 @@
a > .fa-stack.id7-notifications-badge {
> i { color: #dddddd; }
}
-}
\ No newline at end of file
+}
diff --git a/templates/base.html b/templates/base.html
index ad23e8ed..5b948371 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -26,7 +26,7 @@
-
+