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

12 lines
173 B
SCSS
Raw Normal View History

@use '../../partials/flex';
.room {
@extend .cp-fx__row;
2021-07-28 16:15:52 +03:00
height: 100%;
&__content {
@extend .cp-fx__item-one;
position: relative;
overflow: hidden;
}
2021-07-28 16:15:52 +03:00
}