Added temp loading when clicking staycard #sw-222
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user