diaspora/app/assets/stylesheets/sidebar.scss
2016-11-06 02:33:43 +01:00

20 lines
333 B
SCSS

.sidebar,
.framed-content {
background-color: $framed-background;
border: 1px solid $border-grey;
border-top: 0;
box-shadow: $card-shadow;
.header,
.sidebar-header {
padding-left: 10px;
padding-right: 10px;
h3 {
line-height: 40px;
margin: 7px 0;
}
}
.list-group { margin-bottom: 0; }
}