Sha256: 4db9d4d6263631bde2c802e75bdf5db841a37e41b1ea9f0a00df67c9e16d746b
Contents?: true
Size: 848 Bytes
Versions: 6
Compression:
Stored size: 848 Bytes
Contents
/** * @copyright 2010-2014, The Titon Project * @license http://opensource.org/licenses/BSD-3-Clause * @link http://titon.io */ @import "../common"; [class*="icon-"] { @include reset-inline-block; background-repeat: no-repeat; @include is-disabled { opacity: $disabled-opacity; } } [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; } //-------------------- Modifiers --------------------// .icon--90deg { transform: rotate(90deg); } .icon--180deg { transform: rotate(180deg); } .icon--270deg { transform: rotate(270deg); } .icon--flip { transform: rotateY(180deg); } .icon--flip-vert { transform: rotateX(180deg); }
Version data entries
6 entries across 6 versions & 1 rubygems