Sha256: 6ddb0e36b298a657e5422093aae1cc3614609dc2caf50a930e7bb990c766deb3
Contents?: true
Size: 630 Bytes
Versions: 28
Compression:
Stored size: 630 Bytes
Contents
#listing_product_stock { margin-left: 0px; margin-right: 0px; th { border-bottom: 1px solid $color-border; } > tbody { > tr { > td { background-color: $color-tbl-odd; } &.even td { background-color: $color-tbl-even; } &: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
28 entries across 28 versions & 1 rubygems