Add RoomNotification component
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
246f6caf20
commit
8cfa20be1e
2 changed files with 179 additions and 0 deletions
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue