Sha256: 32fb043091514f07aa29e385bc2d5822fdac1e21a925cfc1c23ef21e9883f87e
Contents?: true
Size: 592 Bytes
Versions: 14
Compression:
Stored size: 592 Bytes
Contents
$filter-label-color: color($blue-grey, 700); #filters_sidebar_section { .filter_form_field { @include clearfix; margin-bottom: 1em; } label { color: $filter-label-color; display: block; font-weight: bold; margin-bottom: 0.3em; } .filter_select { select { width: 100%; } } .select_and_search { select { float: left; width: 40%; } input { float: left; margin-left: 5%; width: 55%; } } } #search_status_sidebar_section { h4 { color: $filter-label-color; font-weight: bold; } }
Version data entries
14 entries across 14 versions & 1 rubygems