font awesome upgrade to v6

This commit is contained in:
Jokob-sk
2023-01-08 11:26:04 +11:00
parent 4d0d62a00b
commit 8783b89f21
103 changed files with 34078 additions and 8760 deletions

View File

@@ -1,6 +1,7 @@
// Fixed Width Icons
// fixed-width icons
// -------------------------
.#{$fa-css-prefix}-fw {
width: (18em / 14);
text-align: center;
width: $fa-fw-width;
}