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