Upgrade font awesome to 6.2.1

This commit is contained in:
2023-01-02 16:50:56 +01:00
parent 5e1507b093
commit 48983abfae
59 changed files with 10560 additions and 59786 deletions
+5 -4
View File
@@ -1,4 +1,4 @@
// Stacked Icons
// stacking icons
// -------------------------
.#{$fa-css-prefix}-stack {
@@ -6,8 +6,8 @@
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: ($fa-fw-width*2);
vertical-align: $fa-stack-vertical-align;
width: $fa-stack-width;
}
.#{$fa-css-prefix}-stack-1x,
@@ -16,6 +16,7 @@
position: absolute;
text-align: center;
width: 100%;
z-index: var(--#{$fa-css-prefix}-stack-z-index, #{$fa-stack-z-index});
}
.#{$fa-css-prefix}-stack-1x {
@@ -27,5 +28,5 @@
}
.#{$fa-css-prefix}-inverse {
color: $fa-inverse;
color: var(--#{$fa-css-prefix}-inverse, #{$fa-inverse});
}