Vulcan/client/sass/modules/_users.scss
2012-10-03 16:33:28 +09:00

36 lines
No EOL
337 B
SCSS

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