Vulcan/packages/telescope-theme-base/lib/client/scss/specific/_users.scss
Anthony Mayer 30ca412921 Compiling scss as part of build rather than with compass.
Remove dependency on compass, add fourseven:scss (includes autoprefixer),
add reset package, delete compiled css, and some random scss cleanup.
2014-11-23 21:11:15 -08:00

37 lines
No EOL
544 B
SCSS

.user-list, .user-table{
font-size: 13px;
.user{
.user-avatar{
height:30px;
width:30px;
background-size: 30px 30px;
display:block;
border-radius: 30px;
}
.posts-list{
}
}
}
.filter-sort{
@include cf;
padding: $grid-padding;
background: black(0.05);
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;
}
}