2020-03-27 20:59:38 +00:00
|
|
|
.group-sidebar-panel {
|
2020-05-29 00:58:37 +00:00
|
|
|
&__items {
|
|
|
|
padding: 0 15px 15px;
|
2020-03-27 20:59:38 +00:00
|
|
|
|
2020-05-29 00:58:37 +00:00
|
|
|
&__show-all {
|
2020-05-31 23:44:20 +00:00
|
|
|
color: var(--primary-text-color);
|
2020-03-27 20:59:38 +00:00
|
|
|
}
|
2020-05-29 00:58:37 +00:00
|
|
|
}
|
2020-03-27 20:59:38 +00:00
|
|
|
|
2020-05-29 00:58:37 +00:00
|
|
|
&__item {
|
|
|
|
display: block;
|
2020-05-31 23:44:20 +00:00
|
|
|
color: var(--primary-text-color);
|
2020-05-29 00:58:37 +00:00
|
|
|
text-decoration: none;
|
|
|
|
margin-bottom: 15px;
|
2020-03-27 20:59:38 +00:00
|
|
|
|
2020-05-29 00:58:37 +00:00
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2020-03-27 20:59:38 +00:00
|
|
|
|
2020-05-29 00:58:37 +00:00
|
|
|
&__title {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2020-03-27 20:59:38 +00:00
|
|
|
|
2020-05-29 00:58:37 +00:00
|
|
|
&__meta {
|
|
|
|
font-size: 0.8em;
|
2020-06-07 03:55:00 +00:00
|
|
|
color: var(--primary-text-color--faint);
|
2020-03-27 20:59:38 +00:00
|
|
|
|
2020-05-29 00:58:37 +00:00
|
|
|
&__unread {
|
2020-05-30 19:50:08 +00:00
|
|
|
color: var(--brand-color);
|
2020-05-29 00:58:37 +00:00
|
|
|
}
|
2020-03-27 20:59:38 +00:00
|
|
|
}
|
2020-05-29 00:58:37 +00:00
|
|
|
}
|
|
|
|
}
|