From 711eb24504d231e2276640b614849a3ae6703c14 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 18 Sep 2024 17:36:50 +0300 Subject: [PATCH] cleanup --- src/App.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/App.scss b/src/App.scss index d5bb64696..f52ba06b9 100644 --- a/src/App.scss +++ b/src/App.scss @@ -937,12 +937,6 @@ option { } } - #mascot-container { - perspective: 60em; - perspective-origin: 0 -15em; - transform-style: preserve-3d; - } - #throbber { animation-duration: 3s; animation-name: bounce; @@ -950,8 +944,6 @@ option { animation-direction: normal; transform-origin: bottom center; - --defaultY: 0; - &.dead { animation-name: dead; animation-duration: 2s;