Sha256: ea51722186d0819a9d849383d2ec9cb29eed843ad59555b9db2555abe426e9f2
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 KB
Contents
.order-item { border-bottom: solid 1px $color-border-light; font-size: 1.2rem; padding: 1rem 0; @include desktop { align-items: center; display: flex; } &:first-child { border-top: solid 1px $color-border-light; } &__image { @include desktop { flex-grow: 0; flex-shrink: 0; width: 18%; } img { max-width: 100%; } } &__info { @include desktop { flex-grow: 1; padding-left: 4rem; padding-right: 2rem; } } &__price-single { float: left; width: 90%; @include desktop { float: none; } } &__price-single, &__price { text-align: right; @include desktop { padding: 0 1rem; text-align: left; } } &__price { clear: both; font-size: 1.5rem; } &__quantity { flex-grow: 0; flex-shrink: 0; float: right; text-align: center; width: 6%; @include desktop { float: none; } } &__price-single, &__quantity, &__price { padding-top: 1em; @include desktop { padding-top: 0; } } &__remove { text-align: right; width: 12%; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_starter_frontend-0.1.0 | app/assets/stylesheets/spree/frontend/components/orders/_order_item.scss |