Added temp loading when clicking staycard #sw-222

This commit is contained in:
Linus Flood
2024-10-23 09:48:16 +02:00
parent db9f31e2c3
commit cf3f54d752
2 changed files with 29 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
.link {
text-decoration: none;
position: relative;
}
.stay:hover {
@@ -45,3 +46,15 @@
display: flex;
gap: var(--Spacing-x-half);
}
.loadingcontainer {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 70px;
background: rgb(255 255 255 / 80%);
display: flex;
align-items: center;
justify-content: center;
}