Sha256: 1d784e1270cc965f61cde7922f801ef49d548cce2f431c25dba1725d1ec29d68
Contents?: true
Size: 1.44 KB
Versions: 7
Compression:
Stored size: 1.44 KB
Contents
// Customize orders filter [data-hook="admin_orders_index_search"] { select[data-placeholder="Status"] { width: 100%; } .select2-container { width: 100% !important; } } // Order-total [data-hook="order_details_total"]{ text-align: center; .order-total { font-size: 35px; font-weight: $font-weight-bold; color: theme-color("success"); } } // Order-total [data-hook="customer_details_total"]{ text-align: center; .customer { font-size: 20px; font-weight: $font-weight-bold; color: theme-color("success"); } } [data-hook="admin_order_form_fields"] { legend.stock-location { color: $body-color; .shipment-number { color: theme-color("success"); } .stock-location-name { color: theme-color("success"); } } } [data-hook="adjustments_new_coupon_code"] { margin-bottom: 18px; } [data-hook="complete-order-button"] { margin-bottom: 15px; } label[for="order_bill_address_attributes_firstname"] { margin-top: 45px; } #risk_analysis legend { background-color: #c00; color: #FFF; font-size: 2em; } form.admin-ship-shipment { display: block; text-align: center; input[type='submit'] { margin-left: 5px; } } table.line-items { input.error { border-color: theme-color("danger"); } .select2-container.error { border-radius: 4px; border: 1px solid theme-color("danger"); } .line-item-select-variant .select2-chosen { max-width: 400px; } }
Version data entries
7 entries across 7 versions & 1 rubygems