This commit is contained in:
Bilal
2024-04-05 21:01:52 +02:00
parent 3cf55ab609
commit 5bd7ac1951
11 changed files with 206 additions and 23 deletions

View File

@@ -3,6 +3,39 @@
#rooms-container {
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
gap: 30px;
#pagination-container {
display: flex;
flex-direction: row;
gap: 20px;
width: 100%;
align-items: center;
justify-content: center;
#pagination-index {
border-radius: 50px;
background: $white;
color: $primary;
border: 2px dashed $primary;
font-weight: bold;
width: 35px;
height: 35px;
display: flex;
justify-content: center;
align-items: center;
&::selection {
background: transparent;
color: $primary;
}
}
button {
}
}
#err-no-rooms {
height: 100%;