29 lines
No EOL
403 B
SCSS
29 lines
No EOL
403 B
SCSS
///
|
|
/// Indivisible by Pixelarity
|
|
/// pixelarity.com | hello@pixelarity.com
|
|
/// License: pixelarity.com/license
|
|
///
|
|
|
|
/* Icon */
|
|
|
|
.icon {
|
|
@include icon;
|
|
border-bottom: none;
|
|
position: relative;
|
|
|
|
&.solid {
|
|
&:before {
|
|
font-weight: 900;
|
|
}
|
|
}
|
|
|
|
&.brands {
|
|
&:before {
|
|
font-family: 'Font Awesome 5 Brands';
|
|
}
|
|
}
|
|
|
|
> .label {
|
|
display: none;
|
|
}
|
|
} |