gaf-mobile
Version:
GAF mobile Web site
38 lines (31 loc) • 677 B
text/less
@import (reference) '../libs/mixins';
@import (reference) '../themes/variables';
.Category {
.flex;
.flex-align-items(center);
margin: 0 0 8px 0;
padding: 6px 0 12px;
border-bottom: 1px solid @septenary-color-xxlight;
color: @text-color-dark;
&-icon {
width: 80px;
}
&-title {
font-size: @type-size-lge;
font-weight: 400;
word-wrap: break-word;
}
&-detail {
margin-left: 16px;
}
&-counter {
margin-top: 0;
color: @text-color-mid;
}
&--small {
.Category-counter {
display: inline-block;
margin-left: 10px;
}
}
}