From f60a57d706f71950fb3a15438eba13053c59eaa7 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 20 Apr 2018 20:10:03 -0400 Subject: typos --- www/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index f2cea26c..1260d3a9 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -186,6 +186,15 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ transform: translate(-50%, -50%); } +.event-modal-play { + opacity: 80%; + transform: translate(-50%, -50%); + position:absolute; + z-index:9999; + top:50%; + left:50%; +} + .alarmed-header { background: #ba3e3e; color: #ffffff; -- cgit v1.2.3