1
0
mirror of https://gitlab.com/redline-racing-division/redline-racing-website.git synced 2025-09-22 21:42:43 +00:00
Files
assets
css
js
sass
base
components
_actions.scss
_box.scss
_button.scss
_contact.scss
_features.scss
_form.scss
_icon.scss
_icons.scss
_image.scss
_list.scss
_pagination.scss
_row.scss
_section.scss
_table.scss
layout
libs
main.scss
noscript.scss
webfonts
images
.gitlab-ci.yml
LICENSE.txt
README.txt
donate.html
elements.html
generic.html
index.html
sponsors.html
Redline-Racing-Website/assets/sass/components/_icon.scss
2019-09-17 00:04:46 -07:00

33 lines
452 B
SCSS

///
/// Solid State 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;
}
&:before {
line-height: inherit;
}
&.solid {
&:before {
font-weight: 900;
}
}
&.brands {
&:before {
font-family: 'Font Awesome 5 Brands';
}
}
}