Sha256: 0c095dd1f8888642bce7dd3223a34026b7d63082a8b7d96341a4c29fcbbee22d
Contents?: true
Size: 1.01 KB
Versions: 2
Compression:
Stored size: 1.01 KB
Contents
@import "caboose/admin/config"; .order_bumps { .current_order_bumps { table { border-collapse: collapse; margin-bottom: 10px; th { margin: 0; padding: 4px 8px; border: #ccc 1px solid; font-weight: bold; text-align: center; } td { margin: 0; padding: 4px 8px; border: #ccc 1px solid; &.product {} &.quantity { text-align: right; input { width: 60px; text-align: right; } } &.price { text-align: right; input { width: 60px; text-align: right; } } } } } .order_bumps_general table, .order_bumps_display table, .order_bumps_shipping table, .order_bumps_tax table { margin-bottom: 10px; td { margin: 0; padding: 4px 8px; } } } ul.modal_subtabs { float: left; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
caboose-cms-1.0.2 | app/assets/stylesheets/caboose/admin/modules/order_bumps.scss |
caboose-cms-1.0.1 | app/assets/stylesheets/caboose/admin/modules/order_bumps.scss |