summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-04-20 20:10:03 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-04-20 20:10:03 -0400
commitf60a57d706f71950fb3a15438eba13053c59eaa7 (patch)
tree2bbbc44a21cbcbb8acf8f1e74110aa266c961d48 /www/css
parent52d5e10e4c3d3728f85d8a9a40a975cef5ab9ddb (diff)
typos
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css9
1 files changed, 9 insertions, 0 deletions
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;