Sha256: c6ee0238cdb5992c8e3bb49a2b44332552442287b81987acf0b2d65edef1ebb6
Contents?: true
Size: 710 Bytes
Versions: 17
Compression:
Stored size: 710 Bytes
Contents
#listing_product_stock { margin-left: 0px; margin-right: 0px; th { border-bottom: 1px solid $color-border; } > tbody { > tr.stock-item-edit-row { td { background-color: $color-tbl-even; } &:nth-child(even) td { /* An nth-even child is actually an odd row */ background-color: $color-tbl-odd; } } > tr { &:first-child td { border-top: none; } } } td { vertical-align: middle; &.location-name-cell { border-left: none; } input.error { border-color: $color-error; } .select2-container.error { border-radius: 4px; border: 1px solid $color-error; } } }
Version data entries
17 entries across 17 versions & 1 rubygems