/*** Custom Dashboard ***/ /* DIMENSIONS */ @mobile-max : 639px; @mobile-min : 320px; /* COLORS */ @black : #000000; /* Lines and Decorations */ @orange-red : #e04421; /* Titles, Links, Lines and Decorations */ @white : #ffffff; /* Lines and Decorations */ /* CSS CODE - BEGINS HERE */ .page-all-ads-and-count{ .form-item-special-query-1-text{ display : none; } } .page-special-querys { .dashboard-tools { clear: both; margin-top: 30px; &:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; } } .dashboard-tools:first-child { margin-top: 0px; } .dashboard { float: left; width: 205px; height: 85px; margin: 0px 38px 20px 0px; background-color: @orange-red; &.odd.eol { margin: 0px 0px 20px 0px; } .tool-wrapper { height: 85px; line-height: 85px; } img { display: block; float: left; } i.fa { display: block; float: left; width: 65px; height: 85px; line-height: 85px; text-align: center; font-size: 44px; background: white; color: #271d18; } h4 { display: inline-block; width: 115px; max-height: 60px; margin: 0px; padding: 0px 10px; overflow: hidden; color: @white; line-height: 20px; vertical-align: middle; } } }