Sha256: f96d00a9caa2be7f7df2742a1dbce88c155c5cc5b82c7c1f140849c965477f6a
Contents?: true
Size: 1003 Bytes
Versions: 3
Compression:
Stored size: 1003 Bytes
Contents
#sidebar { width: $filter-width; background-color: #fff; border-radius: 3px; 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: 15px; 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
3 entries across 3 versions & 1 rubygems