From 12d9658e95ec981239a8391e75af784efe78f47f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 10 Dec 2021 16:18:47 +0100 Subject: Add create event button! --- static/style.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'static/style.scss') 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; + } } -- cgit v1.2.3