Sha256: fb8b27873acb41bb0c44fc0d2ee9e1330df169ac96ec94530d15d298f455fb58
Contents?: true
Size: 909 Bytes
Versions: 3
Compression:
Stored size: 909 Bytes
Contents
/** * @copyright 2010-2013, The Titon Project * @license http://opensource.org/licenses/bsd-license.php * @link http://titon.io */ @import "../common"; .#{$vendor-prefix}button { @include reset-inline-block; border: 0; margin: 0; padding: 0; cursor: pointer; text-align: center; font-weight: normal; line-height: normal; white-space: nowrap; text-decoration: none; background: $gray; @include size-medium; @include is-small(true, true) { @include size-small; } @include is-medium(true, true) { @include size-medium; } @include is-large(true, true) { @include size-large; } &.#{$shape-round-class} { border-radius: $round; } &.#{$shape-square-class} { border-radius: 0; } @include is-disabled { cursor: not-allowed; } } // Reset browser styles button::-moz-focus-inner { padding: 0; border: 0; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
titon-toolkit-1.1.0 | scss/toolkit/components/button.scss |
titon-toolkit-1.1.0.rc.2 | scss/toolkit/components/button.scss |
titon-toolkit-1.1.0.rc.1 | scss/toolkit/components/button.scss |