/* Main Less file. */ @import "../../sf/webcommon/less/lesshat.less"; /* LESS Hat provides helpful css mixins */ @import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700); @import "../../sf/webcommon/less/_base.less?v=1.0"; @import "_app.less?v=1.0"; /* utility styles */ /* Make float parent clear itself */ .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } * html .clearfix { zoom: 1; } /* IE6 */ *:first-child+html .clearfix { zoom: 1; } /* IE7 */