From 0a7b3abc53a03b8f117bf5b6962a57b978b35732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 11 May 2021 18:41:59 +0200 Subject: Add week indicator to week screen. --- static/style.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'static') diff --git a/static/style.scss b/static/style.scss index 202e3a34..7080189d 100644 --- a/static/style.scss +++ b/static/style.scss @@ -439,6 +439,23 @@ along with their colors. grid-column-start: 2; position: relative; } + + .week-indicator { + grid-row: 1 / span 2; + } + + .sideclock { + grid-row: 3; + } +} + +.week-indicator { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + font-size: 200%; + color: $gray; } .events { -- cgit v1.2.3