Vulcan/client/sass/modules/_users.scss
2012-09-18 16:38:40 +09:00

35 lines
No EOL
306 B
SCSS

.user-list, .user-table{
.user{
.user-avatar{
height:30px;
width:30px;
display:block;
@include border-radius(30px);
}
.posts-list{
}
}
}
table{
tr{
td{
padding:10px;
}
}
thead{
tr{
td{
font-weight:bold;
}
}
}
tbody{
tr{
td{
}
}
}
}