Sha256: 73f09535ea244c9104d4d5db6d117ee71d5d7520154c72265654d0af460ae68b

Contents?: true

Size: 422 Bytes

Versions: 1

Compression:

Stored size: 422 Bytes

Contents

.filter {
  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;
      }
    }
  }

  &__list:last-of-type {
    margin-bottom: 1.5rem;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solidus_starter_frontend-0.1.0 app/assets/stylesheets/spree/frontend/components/search/_filter.scss