diaspora/app/assets/stylesheets/people.scss
Jonne Haß c96834bdf2 Remove .css extension from SCSS files
sass-rails 5.0 deprecated those
2015-02-28 03:37:46 +01:00

29 lines
577 B
SCSS

#people_search {
#search_title {
.term { font-weight: 700; }
small { margin-left: 15px; }
}
}
#people_stream {
.media, .media-body {
overflow: visible;
}
.stream_element.media {
border-bottom: 1px solid $border-grey;
padding: 10px;
margin: 0px;
font-size: 13px;
line-height: 16px;
min-height: 50px;
.avatar {
width: 50px;
height: 50px;
}
.btn-group.aspect_membership_dropdown { margin: 12px 0; }
.thats_you {
line-height: 50px;
margin-right: 10px;
}
.info { font-size: 11px; }
}
}