UX: More consistent group mention style (#12156)
This commit is contained in:
parent
e485e95792
commit
477930683b
|
@ -3,11 +3,7 @@
|
||||||
// For example: .group .user-secondary-navigation
|
// For example: .group .user-secondary-navigation
|
||||||
|
|
||||||
span.mention-group {
|
span.mention-group {
|
||||||
color: var(--primary-high-or-secondary-low);
|
color: var(--primary);
|
||||||
padding: 2px 4px;
|
|
||||||
border-radius: 8px;
|
|
||||||
font-weight: 600;
|
|
||||||
font-size: $font-down-1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.group-details-container {
|
.group-details-container {
|
||||||
|
|
Loading…
Reference in New Issue