feat: SW-276 Implemented Guests and rooms picker
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
.container {
|
||||
display: grid;
|
||||
grid-template-columns: auto auto auto auto;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.childInfoContainer {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.textCenter {
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user