From 911ff29dfcdd81eaf4cbfff92c154a4649f0275e Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Wed, 21 Aug 2024 14:57:19 -0400 Subject: [PATCH] Schedule: Add Mt Hood label to opening & closing remarks --- css/includes/schedule.css | 6 +++++- style.css | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/css/includes/schedule.css b/css/includes/schedule.css index 9d99d79..41e5470 100644 --- a/css/includes/schedule.css +++ b/css/includes/schedule.css @@ -128,7 +128,9 @@ body.single-wcb_session { font-size: 1em; } - &.is-spanning-all-tracks:not(.is-type-custom,.has-track-5-campfire)::before { + &.is-spanning-all-tracks:not(.is-type-custom,.has-track-5-campfire)::before, + &.has-slug-opening-remarks::before, + &.has-slug-closing-announcements::before { content: "Mt Hood"; } @@ -274,6 +276,8 @@ body.single-wcb_session { content: "Timbers"; } + & .has-slug-opening-remarks::before, + & .has-slug-closing-announcements::before, & .is-spanning-all-tracks::before { content: "Mt Hood"; } diff --git a/style.css b/style.css index 07fa010..c1588d7 100644 --- a/style.css +++ b/style.css @@ -701,7 +701,7 @@ body.single-wcb_session .wp-block-post-terms a:hover { font-size: 1em; } -.wordcamp-schedule:not(#hack) .wordcamp-schedule__session.is-spanning-all-tracks:not(.is-type-custom,.has-track-5-campfire)::before { +.wordcamp-schedule:not(#hack) .wordcamp-schedule__session.is-spanning-all-tracks:not(.is-type-custom,.has-track-5-campfire)::before,.wordcamp-schedule:not(#hack) .wordcamp-schedule__session.has-slug-opening-remarks::before,.wordcamp-schedule:not(#hack) .wordcamp-schedule__session.has-slug-closing-announcements::before { content: "Mt Hood"; } @@ -853,6 +853,8 @@ body.single-wcb_session .wp-block-post-terms a:hover { content: "Timbers"; } + .wordcamp-schedule:not(#hack) .has-slug-opening-remarks::before, + .wordcamp-schedule:not(#hack) .has-slug-closing-announcements::before, .wordcamp-schedule:not(#hack) .is-spanning-all-tracks::before { content: "Mt Hood"; }