Fix small issues with FA5 icons
This commit is contained in:
parent
a5871b6dd1
commit
9a34c6153e
|
@ -128,6 +128,7 @@ const fa4Replacements = {
|
|||
deafness: "deaf",
|
||||
dedent: "outdent",
|
||||
diamond: "far-gem",
|
||||
discord: "fab-discord",
|
||||
dollar: "dollar-sign",
|
||||
exchange: "exchange-alt",
|
||||
eye: "far-eye",
|
||||
|
|
|
@ -9,4 +9,9 @@
|
|||
fill: currentColor;
|
||||
flex-shrink: 0; // Prevent the icon from shrinking if it's in a flexbox
|
||||
overflow: visible;
|
||||
|
||||
&.d-icon-lock {
|
||||
height: 0.9em;
|
||||
width: 0.9em;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,7 @@ module SvgSprite
|
|||
"angle-up",
|
||||
"archive",
|
||||
"arrow-up",
|
||||
"at",
|
||||
"backward",
|
||||
"ban",
|
||||
"bars",
|
||||
|
|
Loading…
Reference in New Issue