Sha256: 7f743de1e517810bd795886f4f5b276913fdeb475585f34d8375a33016c5943e

Contents?: true

Size: 421 Bytes

Versions: 1

Compression:

Stored size: 421 Bytes

Contents

.button-primary {
  background: $color-accent;
  border: 0;
  border-radius: 2px;
  color: $color-copy-bright;
  font-size: 1.4rem;
  font-weight: 500;
  height: 3.8rem;
  padding: 0 2rem;

  &--bordered {
    background: none;
    border: solid 1px $color-accent;
    color: $color-accent;
  }

  &--full-width {
    width: 100%;
  }

  &--small {
    font-size: 1.2rem;
    height: 3.2rem;
    padding: 0 1.2rem;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solidus_starter_frontend-0.1.0 app/assets/stylesheets/spree/frontend/components/buttons/_button_primary.scss