Sha256: 0e7f14ca3df8952c167ab36adbaa8da3e36d0a9d1e4dd7ef303c476ade0084a5
Contents?: true
Size: 1.1 KB
Versions: 77
Compression:
Stored size: 1.1 KB
Contents
.filter_form { .filter_form_field { label { color: #6d6e71; display: block; float: none; font-size: 13px; font-weight: bold; padding: 15px 0; } // // Specific cases for filter styles // overwrites some chosen-features (_chosen-lalala.css.scss) // normal dropdown select &.filter_select { .chosen-container { width: 100% !important; } } // date rage &.filter_date_range { .datepicker { width: 45%; } .seperator { color: gray(200); font-weight: normal; padding: 0 4px; } } &.filter_string.select_and_search { // make a little bit bigger to fit input field a.chosen-single { padding: 7px 6px 8px 8px; margin-top: -6px; } input { margin: 0 0 0 10px; width: 60%; } } } .buttons { padding: 20px 0 0 0; a, input { margin: 0 7px 7px 0; } .clear_filters_btn { @extend %btn; @extend %btn.red; @include icon('cancel', 'button'); } } }
Version data entries
77 entries across 77 versions & 1 rubygems