src/scss/toolkit/ui/icon.scss in titon-toolkit-0.9.4 vs src/scss/toolkit/ui/icon.scss in titon-toolkit-0.10.0
- old
+ new
@@ -1,22 +1,22 @@
/**
- * @copyright Copyright 2010-2013, The Titon Project
- * @license http://opensource.org/licenses/bsd-license.php
- * @link http://titon.io
+ * @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>
+ * <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; }
+ [class*="icon-"] { margin-top: -1px; }
}
\ No newline at end of file