From 04883a0ae820c603d2188f17c8ebc33b1744eebc Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 17 Apr 2024 12:04:19 -0700 Subject: [PATCH] Further clarify separation of concerns --- .../vb/templates/components/countdown.dhtml | 35 +++++++++---------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/server/vb/templates/components/countdown.dhtml b/server/vb/templates/components/countdown.dhtml index 2b14ea5..505f4e7 100644 --- a/server/vb/templates/components/countdown.dhtml +++ b/server/vb/templates/components/countdown.dhtml @@ -9,25 +9,6 @@ padding-top: 1em; } - me .countdown { - display: flex; - justify-content: center; - align-items: center; - font-size: 24px; - font-weight: 500; - font-family: var(--font-mono); - gap: 4px; - height: 34px !important; - } - - me .countdown span { - display: flex; - justify-content: center; - align-items: center; - height: 100%; - width: 27px; - } - me p { text-transform: uppercase; } @@ -41,6 +22,22 @@ --number-color: transparent; --number-bg-color: transparent; --colon-color: transparent; + display: flex; + justify-content: center; + align-items: center; + font-size: 24px; + font-weight: 500; + font-family: var(--font-mono); + gap: 4px; + height: 34px !important; + } + + me span { + display: flex; + justify-content: center; + align-items: center; + height: 100%; + width: 27px; } me span.number {