Sha256: 856c4415d300a431920bff682f7a007a4a49200eac37182266076569eb42c168
Contents?: true
Size: 1.18 KB
Versions: 21
Compression:
Stored size: 1.18 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
21 entries across 21 versions & 1 rubygems