Добавил нормальный лоадер
This commit is contained in:
parent
3c840cf2d0
commit
c46adbf0e1
16 changed files with 154 additions and 65 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue