Add suggested room label in manage rooms

Signed-off-by: ajbura <ajbura@gmail.com>
This commit is contained in:
ajbura
2022-02-19 13:40:32 +05:30
parent 86bbaa437e
commit d87e40ada5
2 changed files with 14 additions and 3 deletions
@@ -106,15 +106,24 @@
&__btn {
@extend .cp-fx__item-one;
display: flex;
align-items: center;
& .avatar__border--active {
box-shadow: none;
}
& .text {
& > .text-b1 {
@extend .cp-fx__item-one;
@extend .cp-txt__ellipsis;
min-width: 0;
margin: 0 var(--sp-extra-tight);
}
& > .text-b2 {
margin: 0 var(--sp-extra-tight);
padding: 1px var(--sp-ultra-tight);
color: var(--bg-positive);
box-shadow: var(--bs-positive-border);
border-radius: 4px;
}
}
& .ic-btn {