compiled sass

This commit is contained in:
Sophia Atkinson 2022-12-08 01:35:17 -08:00
parent bdcf2350a5
commit a1b0c64604
3 changed files with 6 additions and 6 deletions

View File

@ -22,14 +22,14 @@
text-transform: none !important; text-transform: none !important;
@if ($category == brands) { @if ($category == brands) {
font-family: 'Font Awesome 5 Brands'; font-family: 'ForkAwesome';
} }
@elseif ($category == solid) { @elseif ($category == solid) {
font-family: 'Font Awesome 5 Free'; font-family: 'ForkAwesome';
font-weight: 900; font-weight: 900;
} }
@else { @else {
font-family: 'Font Awesome 5 Free'; font-family: 'ForkAwesome';
font-weight: 400; font-weight: 400;
} }

View File

@ -562,7 +562,7 @@ input[type=radio] + label:before {
text-rendering: auto; text-rendering: auto;
line-height: 1; line-height: 1;
text-transform: none !important; text-transform: none !important;
font-family: "Font Awesome 5 Free"; font-family: "ForkAwesome";
font-weight: 900; font-weight: 900;
} }
input[type=checkbox] + label:before, input[type=checkbox] + label:before,
@ -630,7 +630,7 @@ input[type=radio] + label:before {
text-rendering: auto; text-rendering: auto;
line-height: 1; line-height: 1;
text-transform: none !important; text-transform: none !important;
font-family: "Font Awesome 5 Free"; font-family: "ForkAwesome";
font-weight: 400; font-weight: 400;
} }
.icon > .label { .icon > .label {

File diff suppressed because one or more lines are too long