group sidebar panel ui

This commit is contained in:
2458773093
2019-07-20 02:36:55 +03:00
parent c5c2585239
commit 61134fb645
6 changed files with 126 additions and 1 deletions

View File

@@ -0,0 +1,29 @@
.group-sidebar-panel {
&__items {
padding: 0 15px 15px;
}
&__item {
display: block;
color: $primary-text-color;
text-decoration: none;
margin-bottom: 15px;
&:last-child {
margin-bottom: 0;
}
&__title {
font-weight: bold;
}
&__meta {
font-size: 0.8em;
color: $gab-secondary-text;
&__unread {
color: $gab-brand-default;
}
}
}
}