source: main/waeup-hugo/public/sass/components/_icon.scss @ 14926

Last change on this file since 14926 was 14926, checked in by Henrik Bettermann, 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.