Sha256: 5f1620a4a47c6675544305d8c6a5195f6e0debe468fadc24362b19bda623561a
Contents?: true
Size: 578 Bytes
Versions: 5
Compression:
Stored size: 578 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
5 entries across 5 versions & 1 rubygems