Sha256: 5a94b2095633a86c79274597056376b3b8560cf5cde4b27eb430ae4ee863e177

Contents?: true

Size: 367 Bytes

Versions: 1

Compression:

Stored size: 367 Bytes

Contents

.taxonomy {
  margin-bottom: 2rem;

  &__title {
    font-size: 1.3rem;
    margin: 2rem 0 0;

    &:first-of-type {
      margin-top: 0;
    }
  }

  &__list {
    list-style: none;
    margin: .5rem 0;
    padding: 0;

    li {
      align-items: center;
      display: flex;
      margin: .5rem 0;

      &.current {
        font-weight: bold;
      }
    }
  }
}

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/_taxonomy.scss