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

12 lines
173 B
SCSS
Raw Normal View History

2021-12-22 20:18:32 +05:30
@use '../../partials/flex';
.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;
}
2021-07-28 18:45:52 +05:30
}