Files
Homepage/assets/sass/components/_icon.scss
David Miller 51c2ee92c1 v2.2
2022-03-10 20:17:09 +08:00

27 lines
327 B
SCSS

/* Icon */
.icon {
@include icon;
border-bottom: none;
position: relative;
> .label {
display: none;
}
&:before {
line-height: inherit;
}
&.solid {
&:before {
font-weight: 900;
}
}
&.brands {
&:before {
font-family: 'Font Awesome 5 Brands';
}
}
}