discourse/app/assets/stylesheets/common/base/groups.scss
2016-11-29 14:14:44 +08:00

23 lines
305 B
SCSS

.groups {
.group-header {
display: table;
}
.avatar-flair {
$size: 40px;
background-size: $size;
height: $size;
width: $size;
i {
font-size: $size !important;
}
}
.group-avatar-flair, .group-name {
display: table-cell;
vertical-align: middle;
}
}