d02e8dcd4e
Signed-off-by: Ajay Bura <ajbura@gmail.com>
19 lines
No EOL
384 B
SCSS
19 lines
No EOL
384 B
SCSS
@use '../../partials/flex';
|
|
@use '../../partials/dir';
|
|
@use '../../partials/text';
|
|
|
|
.room-visibility {
|
|
& .context-menu__item .text {
|
|
@extend .cp-fx__item-one;
|
|
@extend .cp-fx__row--s-c;
|
|
|
|
& span:first-child {
|
|
@extend .cp-fx__item-one;
|
|
@extend .cp-txt__ellipsis;
|
|
}
|
|
|
|
& .radio-btn {
|
|
@include dir.side(margin, var(--sp-tight), 0);
|
|
}
|
|
}
|
|
} |