Sha256: f52e221493d338ba5246da214c641f007e12a2a1877ada555555c684d609c8b5
Contents?: true
Size: 906 Bytes
Versions: 11
Compression:
Stored size: 906 Bytes
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; } } }
Version data entries
11 entries across 11 versions & 2 rubygems