Added CSS styling to support superposition of Font-Awesome glyphs other than the builtin 1x on 2x sizes. Commit ready to merge.

- Legacy-Id: 17736
This commit is contained in:
Henrik Levkowetz 2020-05-05 12:56:43 +00:00
parent e6f6799902
commit 2a290b4f0b

View file

@ -771,6 +771,25 @@ ul.progress-section {
.btn .fa-stack { width: 1em; height: 1em; }
.btn .fa-stack .fa-stack-1x { line-height: 80%; }
.fa-stack-1 {
position: relative;
display: inline-block;
width: 1.28571429em;
height: 1em;
vertical-align: inherit;
}
.fa-stack-sm {
width: 100%;
text-align: center;
font-size: 0.7172em;
line-height: inherit;
}
.fa-stack-xs {
width: 100%;
text-align: center;
font-size: 0.5em;
line-height: inherit;
}
/* ========================================================================== */