Sha256: 819e2ca515d10d2e0e750c8f32e29a4dfff0b8d42ad8d9b023dcaa8187e8805b
Contents?: true
Size: 1.08 KB
Versions: 2
Compression:
Stored size: 1.08 KB
Contents
button, #{$b-form-button-inputs} { -moz-appearance: none; -webkit-appearance: none; appearance: none; border: $b-button-border; border-radius: $b-button-border-radius; box-sizing: border-box; cursor: pointer; display: inline-block; font-family: $b-button-font-family; font-size: $b-button-font-size; -webkit-font-smoothing: antialiased; line-height: 1; padding: $b-button-padding; text-decoration: none; transition: background-color 125ms ease-out; user-select: none; vertical-align: middle; white-space: nowrap; &:disabled { cursor: not-allowed; opacity: 0.5; } } button, input[type='submit'] { background-color: $button-pri-background-color; color: $button-pri-color; font-weight: $button-pri-font-weight; &:focus, &:hover { background-color: $button-pri-background-color-hover; } } input[type='button'], input[type='reset'] { background-color: $button-sec-background-color; color: $button-sec-color; font-weight: $button-sec-font-weight; &:focus, &:hover { background-color: $button-sec-background-color-hover; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
crossbar-0.0.2 | app/assets/stylesheets/base/_button.scss |
crossbar-0.0.1 | app/assets/stylesheets/base/_button.scss |