This repository has been archived on 2021-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
alavotre/alavotre/public/sass/components/_icon.scss
2018-05-02 23:21:42 +02:00

17 lines
270 B
SCSS

///
/// Dimension by HTML5 UP
/// html5up.net | @ajlkn
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
///
/* Icon */
.icon {
@include icon;
border-bottom: none;
position: relative;
> .label {
display: none;
}
}