chat/src/app/molecules/room-notification/RoomNotification.scss
Ajay Bura 8cfa20be1e Add RoomNotification component
Signed-off-by: Ajay Bura <ajbura@gmail.com>
2021-12-24 15:08:16 +05:30

19 lines
No EOL
386 B
SCSS

@use '../../partials/flex';
@use '../../partials/dir';
@use '../../partials/text';
.room-notification {
& .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);
}
}
}