Sha256: 0841eb8661461446276a44eb4ca4341461937cd064c759832150d79540fdb2fa
Contents?: true
Size: 1.46 KB
Versions: 11
Compression:
Stored size: 1.46 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: $brand-success; } } // Order-total [data-hook="customer_details_total"]{ text-align: center; .customer { font-size: 20px; font-weight: $font-weight-bold; color: $brand-success; } } [data-hook="admin_order_form_fields"] { legend.stock-location { color: $body-color; .shipment-number { color: $brand-success; } .stock-location-name { color: $brand-success; } } } // Customize orduct add fieldset #add-line-item { fieldset { padding: 10px 0; .field { margin-bottom: 0; input[type="text"], input[type="number"] { width: 100%; } } .actions { .button { margin-top: 28px; } } } } [data-hook="adjustments_new_coupon_code"] { margin-bottom: 18px; } #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: $brand-danger; } .select2-container.error { border-radius: 4px; border: 1px solid $brand-danger; } }
Version data entries
11 entries across 11 versions & 1 rubygems