.filter-sort{ @include cf; background: $lightest-grey; @include border-radius(3px); padding: 8px 15px; font-size: 13px; a, span{ display: inline-block; margin-right: 20px; &.active{ border-bottom: 2px solid $blue; } &:last-child{ margin-right: 0; } } .filter{ float: left; } .sort{ float: right; } } .user-list, .user-table{ font-size: 13px; .user{ .user-avatar{ height:30px; width:30px; background-size: 30px 30px; display:block; @include border-radius(30px); } .posts-list{ } } } table{ width: 100%; tr{ border-bottom: 1px solid #eee; td, th{ padding:10px; } } thead{ tr{ td, th{ font-weight:bold; } } } tbody{ tr{ td{ } } } } .search-date-header{ background: $lightest-grey; th{ @include cf; } .search-date{ display: block; float: left; font-weight: bold; } .search-count{ font-size: 13px; display: block; float: right; } }