brand-assets
Version:
27 lines (21 loc) • 599 B
text/less
@color0: #007dc6;
.orange {
color: @color0;
}
#content .quick-weartest .tab-content .row.top-row h2 {
border-bottom: 1px solid @color0;
color: @color0;
}
#content .quick-weartest .btn-orange:hover {
background: @color0 ;
border-color: @color0;
}
#content .quick-weartest .btn-orange {
border: 1px solid @color0;
background-color: @color0;
background-image: linear-gradient(to bottom, @color0, @color0);
}
#content .quick-weartest .btn-orange:active {
background-color: @color0;
background-image: linear-gradient(to bottom, @color0, @color0);
}