Initial port
[editorial.git] / assets / main / sass / components / _icon.scss
1 ///
2 /// Editorial by HTML5 UP
3 /// html5up.net | @ajlkn
4 /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5 ///
6
7 /* Icon */
8
9 .icon {
10 @include icon;
11 border-bottom: none;
12 position: relative;
13
14 > .label {
15 display: none;
16 }
17 }