mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
48 lines
No EOL
538 B
SCSS
48 lines
No EOL
538 B
SCSS
.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;
|
|
}
|
|
}
|
|
}
|
|
.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{
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
} |