Sha256: 3e01a93b3a91373ec33abfe129f5fb30125cf6f6820f3b22378d3265ff5eb1bc

Contents?: true

Size: 340 Bytes

Versions: 1

Compression:

Stored size: 340 Bytes

Contents

.account-order {
  border-top: 1px solid $color-border-light;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 1rem 0;

  &:last-of-type {
    border-bottom: 1px solid $color-border-light;
  }

  &__detail {
    flex-grow: 1;

    dt {
      font-weight: bold;
    }

    dd {
      margin: .5rem 0 0;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solidus_starter_frontend-0.1.0 app/assets/stylesheets/spree/frontend/components/account/_account_order.scss