Sha256: c6c4a1cc8034726e38d2c63b972d863bd10d0283900a92f5fdaee17c48d4c7c8

Contents?: true

Size: 434 Bytes

Versions: 1

Compression:

Stored size: 434 Bytes

Contents

.categories {
  display: flex;
  justify-content: center;
  align-items: center;

  &__list {
    display: flex;
    justify-content: center;
    padding: 0;

    > li {
      display: flex;
      list-style-type: none;
      margin: 0 1rem;
      padding: 0;
    }
  }

  a {
    font-size: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    height: fit-content;

    @include tablet {
      font-size: 1.7rem;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solidus_starter_frontend-0.1.0 app/assets/stylesheets/spree/frontend/components/navigation/_categories.scss