Sha256: dad193b52c60909a5d7d64b38d8931a93097f217aff205d470872adb0b068a4c

Contents?: true

Size: 655 Bytes

Versions: 1

Compression:

Stored size: 655 Bytes

Contents

.order-page {
  margin: 0 auto;
  max-width: 86rem;
  padding: 8rem 2rem;

  &__title {
    color: $color-accent;
    margin: 0 0 5rem;
    text-align: center;
  }

  &__completed {
    color: $color-background-success;
    font-size: 1.3rem;
    font-weight: 700;
    margin: -2.5rem 0 3rem;
    text-align: center;
  }

  &__info {
    border: solid 1px $color-border;
    margin-bottom: 2rem;
    padding: 1.5rem;

    > legend {
      font-size: 1.2rem;
      font-weight: 700;
      text-transform: uppercase;
    }
  }

  &__actions {
    font-size: 1.2rem;
    margin-top: 4rem;
    text-align: center;

    > a {
      margin: 0 1rem;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solidus_starter_frontend-0.1.0 app/assets/stylesheets/spree/frontend/components/orders/_order_page.scss