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

23 lines
414 B
SCSS
Raw Normal View History

2021-12-19 10:28:41 +05:30
@use '../../partials/flex';
2021-07-28 18:45:52 +05:30
2021-08-31 18:43:31 +05:30
.room-view {
2021-12-19 10:28:41 +05:30
@extend .cp-fx__item-one;
@extend .cp-fx__column;
2021-07-28 18:45:52 +05:30
&__content-wrapper {
2021-12-19 10:28:41 +05:30
@extend .cp-fx__item-one;
@extend .cp-fx__column;
2021-07-28 18:45:52 +05:30
}
&__scrollable {
2021-12-19 10:28:41 +05:30
@extend .cp-fx__item-one;
2021-07-28 18:45:52 +05:30
position: relative;
}
&__sticky {
min-height: 85px;
position: relative;
background: var(--bg-surface);
border-top: 1px solid var(--bg-surface-border);
}
}