You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
soapbox/app/styles/components/group-sidebar-panel.scss

34 lines
511 B

5 years ago
.group-sidebar-panel {
&__items {
padding: 0 15px 15px;
5 years ago
&__show-all {
color: var(--primary-text-color);
5 years ago
}
}
5 years ago
&__item {
display: block;
color: var(--primary-text-color);
text-decoration: none;
margin-bottom: 15px;
5 years ago
&:last-child {
margin-bottom: 0;
}
5 years ago
&__title {
font-weight: bold;
}
5 years ago
&__meta {
font-size: 0.8em;
color: var(--primary-text-color--faint);
5 years ago
&__unread {
color: var(--brand-color);
}
5 years ago
}
}
}