gaf-mobile
Version:
GAF mobile Web site
38 lines (30 loc) • 513 B
text/less
@import (reference) '../themes/variables';
@import (reference) '../libs/mixins';
.FeaturedProject {
@this: FeaturedProjects;
&-img {
overflow: hidden;
border-radius: 5px;
img {
display: block;
}
}
&-body {
margin-top: @spacing-small;
}
&-title {
margin: 0;
overflow: hidden;
font-size: @type-size-mid;
font-weight: @type-weight-medium;
text-overflow: ellipsis;
white-space: nowrap;
}
&-username {
display: block;
margin-top: 3px;
}
&-rating {
margin-top: 6px;
}
}