Sha256: e6e46f15e418032547f3a2ca9e9e46c24b9a4f82f42b8c121e6fe52da2b83520
Contents?: true
Size: 1.03 KB
Versions: 12
Compression:
Stored size: 1.03 KB
Contents
button, input[type="button"], input[type="reset"], input[type="submit"], .button { appearance: none; background-color: $action-color; border: 0; border-radius: $base-border-radius; color: $white; cursor: pointer; display: inline-block; font-family: $base-font-family; font-size: $base-font-size; -webkit-font-smoothing: antialiased; font-weight: $bold-font-weight; line-height: 1; padding: $small-spacing $base-spacing; text-decoration: none; transition: background-color $base-duration $base-timing; user-select: none; vertical-align: middle; white-space: nowrap; &:hover { background-color: mix($black, $action-color, 20%); color: $white; } &:focus { outline: $focus-outline; outline-offset: $focus-outline-offset; } &:disabled { cursor: not-allowed; opacity: 0.5; &:hover { background-color: $action-color; } } } .button--alt { background-color: transparent; border: $base-border; border-color: $blue; color: $blue; margin-bottom: $base-spacing; }
Version data entries
12 entries across 12 versions & 3 rubygems