Sha256: fd21ee825ef78291a0d1e10577719d7bf037dde83fc5694dadeb866bd66e1de4
Contents?: true
Size: 1.17 KB
Versions: 4
Compression:
Stored size: 1.17 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; } .button--danger { background-color: $red; &:hover { background-color: mix($black, $red, 20%); color: $white; } } .button--nav { margin-bottom: $base-spacing; }
Version data entries
4 entries across 4 versions & 1 rubygems