Sha256: 313ebf0de62fe1ea3e6a7e9c1bcff89f1c3ebf79cb0be2068f01ac45448672af

Contents?: true

Size: 545 Bytes

Versions: 1

Compression:

Stored size: 545 Bytes

Contents

.progress-steps {
  display: flex;
  font-size: 1.3rem;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;

  @include tablet {
    min-width: 360px;
  }

  > li {
    &.completed,
    &.completed-first {
      font-weight: 500;
    }

    &.current,
    &.current-first {
      color: $color-accent;
      font-weight: 600;

      &::before {
        content: "➝";
        margin-right: .5rem;
      }
    }
  }

  a {
    text-decoration: none;

    &:hover {
      text-decoration: underline;
    }
  }
}

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