2013-11-04 22:05:19 +09:00
|
|
|
.filter{
|
|
|
|
background: $lightest-grey;
|
|
|
|
@include border-radius(3px);
|
|
|
|
padding: 8px 15px;
|
|
|
|
a, span{
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 20px;
|
|
|
|
&.active{
|
|
|
|
border-bottom: 2px solid $blue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-09-18 15:43:37 +09:00
|
|
|
.user-list, .user-table{
|
|
|
|
.user{
|
|
|
|
.user-avatar{
|
|
|
|
height:30px;
|
|
|
|
width:30px;
|
2012-10-03 16:33:28 +09:00
|
|
|
background-size: 30px 30px;
|
2012-09-18 15:43:37 +09:00
|
|
|
display:block;
|
|
|
|
@include border-radius(30px);
|
|
|
|
}
|
2012-09-18 16:38:40 +09:00
|
|
|
.posts-list{
|
|
|
|
|
|
|
|
}
|
2012-09-18 15:43:37 +09:00
|
|
|
}
|
2012-09-18 16:23:33 +09:00
|
|
|
}
|
|
|
|
table{
|
|
|
|
tr{
|
|
|
|
td{
|
|
|
|
padding:10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
thead{
|
|
|
|
tr{
|
|
|
|
td{
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
tbody{
|
|
|
|
tr{
|
|
|
|
td{
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-09-18 15:43:37 +09:00
|
|
|
}
|