Sha256: 3ded634c7383fd4af478e383972b82d70d22888915dd45d2622f992ffda19bb6
Contents?: true
Size: 486 Bytes
Versions: 13
Compression:
Stored size: 486 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: 0.75em 1em; text-decoration: none; transition: background-color $base-timing $base-easing; &:hover { background-color: $hover-button-color; color: white; } &:disabled { cursor: not-allowed; opacity: 0.5; } }
Version data entries
13 entries across 13 versions & 1 rubygems