Sha256: cf41ccd31109ebef579fbae0dc9dfdeef2caa5cc2f46b9f962cdf896b001a649

Contents?: true

Size: 725 Bytes

Versions: 1

Compression:

Stored size: 725 Bytes

Contents

.shipment-items {
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
  padding: 0;

  > li {
    align-items: center;
    border-bottom: solid 1px $color-border-light;
    display: flex;
    padding: 1rem 0;

    &:first-child {
      border-top: solid 1px $color-border-light;
    }
  }

  &__name {
    flex-grow: 1;
    font-weight: 500;
    padding: 0 2rem;
  }

  &__image {
    flex-basis: 8rem;
    flex-grow: 0;
    flex-shrink: 0;

    img {
      width: 100%;
    }
  }

  &__quantity {
    font-size: 1.3rem;
    text-align: right;

    &::before {
      content: "✕";
    }
  }

  &__price {
    flex-basis: 8rem;
    flex-grow: 0;
    flex-shrink: 0;
    font-weight: 700;
    text-align: right;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solidus_starter_frontend-0.1.0 app/assets/stylesheets/spree/frontend/components/checkout/_shipment_items.scss