Sha256: 44f3b3ba6024a23a9ec0d01b05b17d9c9bb7225d321d059b708b9e268d559865
Contents?: true
Size: 761 Bytes
Versions: 6
Compression:
Stored size: 761 Bytes
Contents
#{$all-buttons} { appearance: none; background-color: $action-color; border: 0; border-radius: $base-border-radius; color: #fff; cursor: pointer; display: inline-block; font-family: $base-font-family; font-size: $base-font-size; -webkit-font-smoothing: antialiased; font-weight: 600; line-height: 1; padding: $small-spacing $base-spacing; text-align: center; text-decoration: none; transition: background-color $base-duration $base-timing; user-select: none; vertical-align: middle; white-space: nowrap; &:hover, &:focus { background-color: shade($action-color, 20%); color: #fff; } &:disabled { cursor: not-allowed; opacity: 0.5; &:hover { background-color: $action-color; } } }
Version data entries
6 entries across 6 versions & 2 rubygems