diaspora/app/assets/stylesheets/sidebar.scss
2016-03-22 13:00:51 +01:00

20 lines
320 B
SCSS

.sidebar,
.framed-content {
background-color: $white;
border: 1px solid $light-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; }
}