aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss17
1 files changed, 17 insertions, 0 deletions
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 {