mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
35 lines
No EOL
306 B
SCSS
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{
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
} |