gaf-mobile
Version:
GAF mobile Web site
25 lines (20 loc) • 423 B
text/less
@import (reference) '../themes/variables';
.SectionHero {
padding-top: @spacing-large;
padding-bottom: @spacing-large;
color: @text-color-light;
&-price {
.type(heading2);
margin-bottom: @spacing-xsmall;
color: @tertiary-color-xlight;
}
&-desc {
.type(heading3);
}
&-title {
.type(heading1);
}
&-cta {
white-space: normal;
}
}