Sha256: 4e60d19dd0e60be4409bcaa4f42a62c3d9321d8e217bafa72dd0f7fe46801f0b
Contents?: true
Size: 1023 Bytes
Versions: 5
Compression:
Stored size: 1023 Bytes
Contents
#sidebar { width: $filter-width; background-color: #fff; border-radius: $border-radius; @include box-shadow(0 0 4px 0 rgba(0,0,0,.04)); margin-bottom: 30px; @media screen and (min-width: $x-lg-width) { width: $lg-filter-width; } .sidebar_section { padding: 15px 20px; h3 { margin: 0 0 10px 0; } .label { display: block; text-align: left; } .input { margin-bottom: 10px; input, select { height: 30px; padding: 3px 5px; font-size: 12px; } } .select_and_search { input, select { width: 45%; display: inline-block; } input { float: right; } } .filter_select select { width: 100%; } .filter_date_range input { width: 45%; display: inline-block; } input[type="submit"] { width: auto; line-height: 31px; margin-right: 10px; } } #search-status-_sidebar_section { font-size: 14px; } }
Version data entries
5 entries across 5 versions & 1 rubygems