aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-10 16:18:47 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-10 16:20:03 +0100
commit12d9658e95ec981239a8391e75af784efe78f47f (patch)
tree99db273a24f02fc1cc91cc2efeff98239e9be748 /static/style.scss
parentBroke out setup of popup on event creation. (diff)
downloadcalp-12d9658e95ec981239a8391e75af784efe78f47f.tar.gz
calp-12d9658e95ec981239a8391e75af784efe78f47f.tar.xz
Add create event button!
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/style.scss b/static/style.scss
index 4e9936a2..48de9bcc 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -45,6 +45,19 @@ html, body {
-1em 1em 0.5em gold;
z-index: 1;
}
+
+ /* For new event button */
+ position: relative;
+
+ /* add new event button */
+ > button {
+ position: absolute;
+ right: 2mm;
+ bottom: 5mm;
+
+ height: 1cm;
+ width: 1cm;
+ }
}