diff --git a/index.html b/index.html index 46f0aab..719cff9 100644 --- a/index.html +++ b/index.html @@ -169,100 +169,6 @@ -
-
- - - - - - - - - - - - - - - - - -
-
diff --git a/style.css b/style.css index 0f7a9d6..c213e13 100644 --- a/style.css +++ b/style.css @@ -5,55 +5,6 @@ --secondary-50: #807424; } -@keyframes spinner-a { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } -} - -@keyframes spinner-b { - from { - transform: rotate(0deg); - } - to { - transform: rotate(180deg); - } -} - -#path1-3 { - transform-origin: 50% 50%; - animation-duration: 2s; - animation-name: spinner-a; - animation-timing-function: ease-in-out; - animation-direction: alternate; - animation-iteration-count: infinite; -} - -#path1-4 { - transform-origin: 50% 50%; - animation-duration: 1.1s; - animation-name: spinner-b; - animation-timing-function: ease-in-out; - animation-direction: alternate; - animation-iteration-count: infinite; -} - -#spinner-container { - width: 64px; - height: 64px; -} - -#overlay { - background: #88888888; - display: flex; - align-items: center; - justify-content: center; - display: none; -} - #content { max-width: 512px; }