2021-12-19 13:58:41 +09:00
|
|
|
@use '../../partials/flex';
|
2021-07-28 22:15:52 +09:00
|
|
|
|
2021-08-31 22:13:31 +09:00
|
|
|
.room-view {
|
2021-12-19 13:58:41 +09:00
|
|
|
@extend .cp-fx__item-one;
|
|
|
|
@extend .cp-fx__column;
|
2021-07-28 22:15:52 +09:00
|
|
|
|
|
|
|
&__content-wrapper {
|
2021-12-19 13:58:41 +09:00
|
|
|
@extend .cp-fx__item-one;
|
|
|
|
@extend .cp-fx__column;
|
2021-07-28 22:15:52 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
&__scrollable {
|
2021-12-19 13:58:41 +09:00
|
|
|
@extend .cp-fx__item-one;
|
2021-07-28 22:15:52 +09:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__sticky {
|
|
|
|
min-height: 85px;
|
|
|
|
position: relative;
|
|
|
|
background: var(--bg-surface);
|
|
|
|
border-top: 1px solid var(--bg-surface-border);
|
|
|
|
}
|
|
|
|
}
|