aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-05-11 18:41:59 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2021-05-11 18:41:59 +0200
commit0a7b3abc53a03b8f117bf5b6962a57b978b35732 (patch)
treea13f7cb9832009398f6a4813f6a2d6e2f4b1c3ca /static/style.scss
parentChange clear-input icon. (diff)
downloadcalp-0a7b3abc53a03b8f117bf5b6962a57b978b35732.tar.gz
calp-0a7b3abc53a03b8f117bf5b6962a57b978b35732.tar.xz
Add week indicator to week screen.
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 {