.rooms {
height: 100%;
border-left: 1px solid var(--col-line);
}
.room-buttons {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: space-between;
max-height: calc(100vh - 16rem);
}
.room-button {
display: flex;
align-items: center;
gap: .5rem;
padding: .75rem 1rem 0;
border-left: 1px solid var(--col-line);
}
.close-button {
margin-top: auto;
align-self: flex-end;
}
.rooms {
height: 100%;
border-left: 1px solid var(--col-line);
}
.room-buttons {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: space-between;
max-height: calc(100vh - 16rem);
}
.room-button {
display: flex;
align-items: center;
gap: .5rem;
padding: .75rem 1rem 0;
border-left: 1px solid var(--col-line);
}
.close-button {
margin-top: auto;
align-self: flex-end;
}