source:
main/waeup-hugo/public/sass/components/_icon.scss
@
17397
Last change on this file since 17397 was 14926, checked in by , 7 years ago | |
---|---|
File size: 270 bytes |
Line | |
---|---|
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 | } |
Note: See TracBrowser for help on using the repository browser.