UX: More consistent group mention style (#12156)

This commit is contained in:
Kris 2021-02-22 19:02:47 -05:00 committed by GitHub
parent e485e95792
commit 477930683b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -3,11 +3,7 @@
// For example: .group .user-secondary-navigation
span.mention-group {
color: var(--primary-high-or-secondary-low);
padding: 2px 4px;
border-radius: 8px;
font-weight: 600;
font-size: $font-down-1;
color: var(--primary);
}
.group-details-container {