source: RedSur/app/assets/stylesheets/people.scss @ 6b8adc0

modelo_minuta
Last change on this file since 6b8adc0 was 1b91e02, checked in by aosorio <aosorio@…>, 8 years ago

Version para desarrollo local

  • Property mode set to 100755
File size: 577 bytes
Line 
1#people_search {
2  #search_title {
3    .term { font-weight: 700; }
4    small { margin-left: 15px; }
5  }
6}
7#people_stream {
8  .media, .media-body {
9    overflow: visible;
10  }
11  .stream_element.media {
12    border-bottom: 1px solid $border-grey;
13    padding: 10px;
14    margin: 0px;
15    font-size: 13px;
16    line-height: 16px;
17    min-height: 50px;
18    .avatar {
19      width: 50px;
20      height: 50px;
21    }
22    .btn-group.aspect_membership_dropdown { margin: 12px 0; }
23    .thats_you {
24      line-height: 50px;
25      margin-right: 10px;
26    }
27    .info { font-size: 11px; }
28  }
29}
Note: See TracBrowser for help on using the repository browser.