mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00

Remove dependency on compass, add fourseven:scss (includes autoprefixer), add reset package, delete compiled css, and some random scss cleanup.
37 lines
No EOL
544 B
SCSS
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;
|
|
}
|
|
|
|
} |