2021-12-22 20:18:32 +05:30
|
|
|
@use '../../partials/flex';
|
2022-04-24 11:23:10 +01:00
|
|
|
@use '../../partials/screen';
|
2021-12-22 20:18:32 +05:30
|
|
|
|
|
|
|
|
.room {
|
|
|
|
|
@extend .cp-fx__row;
|
2021-07-28 18:45:52 +05:30
|
|
|
height: 100%;
|
2021-12-22 20:18:32 +05:30
|
|
|
|
|
|
|
|
&__content {
|
|
|
|
|
@extend .cp-fx__item-one;
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
2022-04-24 11:23:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.room .people-drawer {
|
|
|
|
|
@include screen.smallerThan(tabletBreakpoint) {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|