Sha256: 2f2b1868277e082aa636a9201945c5e0fb067769515dbf51b74b2f5f58f0be0a
Contents?: true
Size: 579 Bytes
Versions: 2
Compression:
Stored size: 579 Bytes
Contents
/** * @copyright 2010-2013, The Titon Project * @license http://opensource.org/licenses/bsd-license.php * @link http://titon.io */ @import "../_common"; /** * <span class="icon-16-delete"></span> */ [class*="icon-"] { @include reset-inline-block; } [class*="icon-12"] { width: 12px; height: 12px; } [class*="icon-16"] { width: 16px; height: 16px; } [class*="icon-24"] { width: 24px; height: 24px; } [class*="icon-32"] { width: 32px; height: 32px; } [class*="icon-64"] { width: 64px; height: 64px; } .button { [class*="icon-"] { margin-top: -1px; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
titon-toolkit-0.11.1 | scss/toolkit/ui/icon.scss |
titon-toolkit-0.11.0 | scss/toolkit/ui/icon.scss |