UX: list group label indicator should match existing design (#21999)

* UX: list group label indicator should match existing design

* better formatting

* add slight left margin
This commit is contained in:
Meghna 2023-06-09 21:30:34 +05:30 committed by GitHub
parent 41fb88c7e0
commit 124de2ba7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 7 deletions

View File

@ -265,15 +265,23 @@
} }
.participant-groups { .participant-groups {
margin-left: 0.5em; margin-left: 0.5em;
font-weight: normal; padding: 0 5px;
font-size: var(--font-down-1); border: 1px solid var(--primary-low);
border-radius: 0.25em;
min-width: 3em;
@include ellipsis;
> a { > a {
color: var(--primary-medium); display: flex;
border: solid 1px var(--primary-low); align-items: center;
padding: 0 0.3em 0.07em; height: 1.25em;
border-radius: 0.6em; color: var(--primary-high);
margin-right: 0.25em; .mobile-view & {
height: 1.1em;
}
.d-icon {
margin-right: 5px;
}
} }
} }
} }