Добавил нормальный лоадер
All checks were successful
/ build (push) Successful in 1m27s
/ deploy (push) Successful in 10s

This commit is contained in:
lootboxer 2025-07-02 14:04:32 +03:00
parent 3c840cf2d0
commit c46adbf0e1
16 changed files with 154 additions and 65 deletions

View file

@ -1,4 +1,6 @@
.buttonContainer {}
.buttonContainer {
height: fit-content;
}
.buttonOutlineContainer {
background-color: var(--background-color);
@ -17,6 +19,8 @@
cursor: pointer;
gap: 8px;
width: fit-content;
height: fit-content;
justify-content: center;
&:hover {
background-color: grey;