_icon.scss (482B)
1 /// 2 /// Dimension 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 18 &:before { 19 line-height: inherit; 20 } 21 22 &.solid { 23 &:before { 24 font-weight: 900; 25 } 26 } 27 28 &.brands { 29 &:before { 30 font-family: 'Font Awesome 5 Brands'; 31 } 32 } 33 }