Cleanup sass pages

This commit is contained in:
Patrick Alvin Alcala 2026-03-03 16:43:05 +08:00
parent 21ae7356ae
commit ee1b4bd637
2 changed files with 1 additions and 22 deletions

View file

@ -80,13 +80,3 @@
&__button &__button
padding: 1rem 0 0 0 padding: 1rem 0 0 0
.loading-spinner
display: inline-block
animation: rotate 2s linear infinite
@keyframes rotate
from
transform: rotate(0deg)
to
transform: rotate(360deg)

View file

@ -112,14 +112,3 @@ h1
&__error &__error
color: #c85656 color: #c85656
.loading-spinner
display: inline-block
animation: rotate 2s linear infinite
@keyframes rotate
from
transform: rotate(0deg)
to
transform: rotate(360deg)