From b1bbac801687de41afba6ac7fbe26c5df9928419 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 7 Jul 2023 07:12:11 +0300 Subject: [PATCH] remove padding --- files/assets/events/fistmas/css/frostbite.css | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/files/assets/events/fistmas/css/frostbite.css b/files/assets/events/fistmas/css/frostbite.css index bd6e4ebca..98de99eaa 100644 --- a/files/assets/events/fistmas/css/frostbite.css +++ b/files/assets/events/fistmas/css/frostbite.css @@ -1,13 +1,13 @@ :root { - --opacity-frost: 0.25; - } - .frost { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - box-shadow: 0 0 200px 10px rgba(255, 255, 255, var(--opacity-frost)) inset; - pointer-events: none; - z-index: 1050; - } +--opacity-frost: 0.25; +} +.frost { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + box-shadow: 0 0 200px 10px rgba(255, 255, 255, var(--opacity-frost)) inset; + pointer-events: none; + z-index: 1050; +}