Sha256: 65130a751100eb1705b684891d2220eabcb335f34b6a9de6361a1393956d8b81

Contents?: true

Size: 373 Bytes

Versions: 1

Compression:

Stored size: 373 Bytes

Contents

.product-taxons {
  &__title {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0 0 0.5rem;
  }

  &__list {
    display: flex;
    font-size: 1.3rem;
    list-style-type: none;
    margin: 0;
    padding: 0;

    > li {
      margin: 0.5rem;

      &:first-child {
        margin-left: 0;
      }

      &:last-child {
        margin-right: 0;
      }
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solidus_starter_frontend-0.1.0 app/assets/stylesheets/spree/frontend/components/products/_product_taxons.scss