Sha256: 347e1c46a07b2f3f2750eef63eb0274c0e0f2e4dc7fa9bd664a897633f7c26f0

Contents?: true

Size: 364 Bytes

Versions: 82

Compression:

Stored size: 364 Bytes

Contents

%button {
  -webkit-font-smoothing: antialiased;
  background-color: $base-button-color;
  border-radius: $base-border-radius;
  color: white;
  display: inline-block;
  font-size: $base-font-size;
  font-weight: bold;
  line-height: 1;
  padding: .75em 1em;
  text-decoration: none;

  &:hover {
    background-color: $hover-button-color;
    color: white;
  }
}

Version data entries

82 entries across 82 versions & 3 rubygems

Version Path
bitters-compass-0.10.0 stylesheets/base/extends/_button.scss
bitters-0.10.0 app/assets/stylesheets/extends/_button.scss