feat: Add styles to make FontAwesome icons appear correctly when embedded
This commit is contained in:
parent
27b1a25a53
commit
85ec5eebbc
1 changed files with 16 additions and 0 deletions
|
@ -252,6 +252,22 @@ footer {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fa-container svg {
|
||||||
|
overflow: visible;
|
||||||
|
box-sizing: content-box;
|
||||||
|
display: inline-block;
|
||||||
|
height: 1em;
|
||||||
|
vertical-align: -0.125em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fa-container.fa-fw svg {
|
||||||
|
width: 1.25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fa-container svg path {
|
||||||
|
fill: currentColor;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Helper classes
|
Helper classes
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue