linagora-rse
Version:
67 lines (53 loc) • 988 B
text/less
.community-list-item {
.flex;
margin-bottom: 0;
padding: 10px;
.avatar {
.flex-vertical-centered;
img {
width: 80px;
&.thumbnail {
margin-bottom: 0;
}
}
}
.content {
.flex-column;
.flex-grow;
min-width: 0; // ellipsis on flex
margin-left: 20px;
.title {
.flex-vertical-centered;
.flex-start;
.text {
.flex-grow;
font-weight: 500;
font-size: 16px;
}
.actions {
.flex-end;
}
}
.meta {
.flex-vertical-centered;
.flex-shrink;
>span {
margin-right: 12px;
}
.type, .membership {
font-size: 13px;
text-transform: capitalize;
}
}
.description {
margin-top: 6px;
color: @secondaryTextColor;
position: relative;
max-height: 48px;
text-align: justify;
overflow: hidden;
white-space: pre-line;
line-height: 16px;
}
}
}