Sha256: 8d86c1dd7605fedb060a8287913a852976eda91c8db36e064fca1c1cb68f7536
Contents?: true
Size: 1.05 KB
Versions: 4
Compression:
Stored size: 1.05 KB
Contents
.product-search-field-show-deleted.field.checkbox { // extra specificity to override styles @include make-col-span(2); min-height: initial; // override .field.checkbox margin-bottom: 0; // override .checkbox } div[data-hook="admin_products_index_search_buttons"] { margin-top: 2rem; } [data-hook="admin_product_form_fields"] { label { display: inline-block; } input, select, textarea, .select2-container { width: 100%; } input[type="checkbox"] { width: auto; vertical-align: bottom; } } [data-hook="admin_product_form_multiple_variants"] { .info-actions { text-align: right; } } .outstanding-balance { margin-bottom: 15px; strong { color: $color-2; } } #upload-zone { border: 2px dashed $color-border; padding: 2rem 5rem; text-align: center; margin: 1rem auto; width: 70%; label.upload { display: block; } &.with-images { border-color: $color-success; } } progress { width: 100%; } .margin-bottom-one { margin-bottom: 1rem; } .progress-card { height: 100%; padding: 1rem; }
Version data entries
4 entries across 4 versions & 1 rubygems