forked from github/cinny
Add RoomNotification component
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
19
src/app/molecules/room-notification/RoomNotification.scss
Normal file
19
src/app/molecules/room-notification/RoomNotification.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
@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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user