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:
parent
e6f6799902
commit
2a290b4f0b
|
@ -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;
|
||||
}
|
||||
|
||||
/* ========================================================================== */
|
||||
|
||||
|
|
Loading…
Reference in a new issue