forked from github/cinny
25 lines
506 B
SCSS
25 lines
506 B
SCSS
@use '../../partials/flex';
|
|
@use '../../partials/dir';
|
|
@use '../../partials/text';
|
|
|
|
.room-history-visibility {
|
|
& .context-menu__item .text {
|
|
margin: 0 !important;
|
|
@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);
|
|
}
|
|
}
|
|
|
|
& > .text {
|
|
margin: var(--sp-normal);
|
|
margin-top: var(--sp-ultra-tight);
|
|
}
|
|
} |