Sha256: 3952f80ed6db7525564d50206332c644e17720df30028f9d3ee91793a13d0aab

Contents?: true

Size: 743 Bytes

Versions: 1

Compression:

Stored size: 743 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;
    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

1 entries across 1 versions & 1 rubygems

Version Path
titon-toolkit-1.3.2 scss/toolkit/components/button.scss