Sha256: a1729e23ffab4466351b34078866aa0658d5391e4bfe91c16048d4801ec27253

Contents?: true

Size: 457 Bytes

Versions: 7

Compression:

Stored size: 457 Bytes

Contents

// Button Styles
.btn {
  @include heading-font;
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: $primary;
  border-color: $primary;
  &:active,
  &:focus,
  &:hover {
    background-color: darken($primary, 7.5%) !important;
    border-color: darken($primary, 7.5%) !important;
    color: white;
  }
  &:active,
  &:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 209, 55,.5) !important;
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-agency-1.1.0 _sass/components/_buttons.scss
jekyll-agency-1.0.9 _sass/components/_buttons.scss
jekyll-agency-1.0.8 _sass/components/_buttons.scss
jekyll-agency-1.0.7 _sass/components/_buttons.scss
jekyll-agency-1.0.6 _sass/components/_buttons.scss
jekyll-agency-1.0.5 _sass/components/_buttons.scss
jekyll-agency-1.0.4 _sass/components/_buttons.scss