Sha256: eb2cd74223e36494483c737ae0e4f2c4d3624aedc1e09e78b248bb3c15428b94
Contents?: true
Size: 740 Bytes
Versions: 6
Compression:
Stored size: 740 Bytes
Contents
/** * @copyright 2010-2014, The Titon Project * @license http://opensource.org/licenses/BSD-3-Clause * @link http://titon.io */ @import "../common"; .#{$vendor-prefix}button { @include reset-inline-block; border: 0; margin: 0; padding: 0; border-radius: 0; cursor: pointer; text-align: center; font-weight: normal; line-height: normal; white-space: nowrap; text-decoration: none; @include size-medium; &:focus { outline: none; } @include is-small(true, true) { @include size-small; } @include is-large(true, true) { @include size-large; } &.#{$shape-round-class} { border-radius: $round; } @include is-disabled { cursor: not-allowed; } }
Version data entries
6 entries across 6 versions & 1 rubygems