Added files

This commit is contained in:
exituser
2021-11-26 22:01:40 +07:00
parent 8c0e41ea2f
commit f41f4089d3
51 changed files with 14063 additions and 4 deletions
+33
View File
@@ -0,0 +1,33 @@
///
/// 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;
}
&:before {
line-height: inherit;
}
&.solid {
&:before {
font-weight: 900;
}
}
&.brands {
&:before {
font-family: 'Font Awesome 5 Brands';
}
}
}