Sha256: 29dae0d03d929c76a56e4d8c89e3c013f574b6184302adfe032922b4e3765db1
Contents?: true
Size: 628 Bytes
Versions: 10
Compression:
Stored size: 628 Bytes
Contents
#{$all-button-inputs}, button { @include appearance(none); -webkit-font-smoothing: antialiased; background-color: $action-color; border-radius: $base-border-radius; border: none; color: #fff; cursor: pointer; display: inline-block; font-family: $base-font-family; font-size: $base-font-size; font-weight: 600; line-height: 1; padding: 0.75em 1em; text-decoration: none; user-select: none; vertical-align: middle; white-space: nowrap; &:hover, &:focus { background-color: darken($action-color, 15%); color: #fff; } &:disabled { cursor: not-allowed; opacity: 0.5; } }
Version data entries
10 entries across 10 versions & 2 rubygems