From 4eb3ac6f10d52a28a89687ef2845268f8a076414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Tue, 7 Feb 2017 14:34:02 +0100 Subject: [PATCH] Added two classes --- public/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index b2c8c401..58c00221 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -12,6 +12,14 @@ margin-top:100px; } +.width25{ + width: 25% !important; +} + +.width100{ + width: 100% !important; +} + .snow{-webkit-filter:brightness(100%);-moz-filter:brightness(100%);-o-filter:brightness(100%);filter:brightness(100%);width:5px; height:5px; background-color:white;z-index:1000000;pointer-events:none;position:absolute;border:1px solid white;border-radius:100px;} .drag-target{pointer-events: none;} .settings_embed{