$
This commit is contained in:
@@ -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%;
|
||||
|
Reference in New Issue
Block a user