mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
adding test for stacking text on top of icons
This commit is contained in:
parent
fcdf450868
commit
dae347b76e
4
src/_includes/tests/stacked-with-text.html
Normal file
4
src/_includes/tests/stacked-with-text.html
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<span class="fa-stack">
|
||||||
|
<i class="fa fa-calendar-o fa-stack-2x"></i>
|
||||||
|
<span class="fa-stack-1x padding-top-sm">27</span>
|
||||||
|
</span>
|
@ -729,6 +729,10 @@ relative_path: ../
|
|||||||
<div class="well">
|
<div class="well">
|
||||||
{% include tests/stacked-inside-anchor.html %}
|
{% include tests/stacked-inside-anchor.html %}
|
||||||
</div>
|
</div>
|
||||||
|
<h4>Stacked icon background with text foreground</h4>
|
||||||
|
<div class="well">
|
||||||
|
{% include tests/stacked-with-text.html %}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<h3>Mirrored and rotated icons</h3>
|
<h3>Mirrored and rotated icons</h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user