cinny/src/app/organisms/room/RoomView.scss

23 lines
414 B
SCSS
Raw Normal View History

@use '../../partials/flex';
2021-07-28 22:15:52 +09:00
2021-08-31 22:13:31 +09:00
.room-view {
@extend .cp-fx__item-one;
@extend .cp-fx__column;
2021-07-28 22:15:52 +09:00
&__content-wrapper {
@extend .cp-fx__item-one;
@extend .cp-fx__column;
2021-07-28 22:15:52 +09:00
}
&__scrollable {
@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);
}
}