File tree Expand file tree Collapse file tree 3 files changed +21
-18
lines changed Expand file tree Collapse file tree 3 files changed +21
-18
lines changed Original file line number Diff line number Diff line change @@ -1657,12 +1657,13 @@ var FooterGlobal = class extends HTMLElement {
1657
1657
line-height: 2;
1658
1658
}
1659
1659
1660
- /* Force Font Awesome rendering inside the component */
1661
- i.fa {
1662
- font-family: 'FontAwesome';
1663
- font-style: normal;
1664
- font-weight: normal;
1665
- speak: none;
1660
+ /* Style for SVG icon injected in #footer-login */
1661
+ #footer-login a svg {
1662
+ width: 1.25rem;
1663
+ height: 1.25rem;
1664
+ fill: #fff;
1665
+ display: inline-block;
1666
+ vertical-align: middle;
1666
1667
}
1667
1668
</style>
1668
1669
Original file line number Diff line number Diff line change @@ -315,12 +315,13 @@ var FooterGlobal = class extends HTMLElement {
315
315
line-height: 2;
316
316
}
317
317
318
- /* Force Font Awesome rendering inside the component */
319
- i.fa {
320
- font-family: 'FontAwesome';
321
- font-style: normal;
322
- font-weight: normal;
323
- speak: none;
318
+ /* Style for SVG icon injected in #footer-login */
319
+ #footer-login a svg {
320
+ width: 1.25rem;
321
+ height: 1.25rem;
322
+ fill: #fff;
323
+ display: inline-block;
324
+ vertical-align: middle;
324
325
}
325
326
</style>
326
327
Original file line number Diff line number Diff line change @@ -318,12 +318,13 @@ export class FooterGlobal extends HTMLElement {
318
318
line-height: 2;
319
319
}
320
320
321
- /* Force Font Awesome rendering inside the component */
322
- i.fa {
323
- font-family: 'FontAwesome';
324
- font-style: normal;
325
- font-weight: normal;
326
- speak: none;
321
+ /* Style for SVG icon injected in #footer-login */
322
+ #footer-login a svg {
323
+ width: 1.25rem;
324
+ height: 1.25rem;
325
+ fill: #fff;
326
+ display: inline-block;
327
+ vertical-align: middle;
327
328
}
328
329
</style>
329
330
You can’t perform that action at this time.
0 commit comments