@import "variables"; @import "globals"; // title .all-items{ .section-heading{ padding-bottom: 1em; } .section-title span:before, .section-title span:after{ width: 530px; } } #search-topics { font-size: 1em; padding: 1em; border: .5px solid gray; height: 30px; position: relative; top: -3px; left: 1px; font-size: .7em; } .label { font-size: 1.3em; } .topic-item { h3 { &:hover{ color: gray; } text-align: left; padding: 1em; //font-size: 30px; } border-left: 2px solid black; border-bottom: 6px solid black; margin-bottom: 2em; }