mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-27 14:01:30 +08:00
adding tests for stacked icons inside anchors
This commit is contained in:
parent
9c8f62ac70
commit
254f30fb25
65
src/_includes/tests/stacked-inside-anchor.html
Normal file
65
src/_includes/tests/stacked-inside-anchor.html
Normal file
@ -0,0 +1,65 @@
|
||||
<p>
|
||||
<a href="#">
|
||||
<span class="icon-stack">
|
||||
<i class="icon-sign-blank icon-stack-base"></i>
|
||||
<i class="icon-twitter icon-light"></i>
|
||||
</span>
|
||||
Twitter Icon
|
||||
</a>
|
||||
<a href="#">
|
||||
<span class="icon-stack">
|
||||
<i class="icon-sign-blank icon-stack-base"></i>
|
||||
<i class="icon-facebook icon-light"></i>
|
||||
</span>
|
||||
Facebook Icon
|
||||
</a>
|
||||
<a href="#">
|
||||
<span class="icon-stack">
|
||||
<i class="icon-sign-blank icon-stack-base"></i>
|
||||
<i class="icon-github icon-light"></i>
|
||||
</span>
|
||||
GitHub Icon
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="#">
|
||||
<span class="icon-stack">
|
||||
<i class="icon-circle icon-stack-base"></i>
|
||||
<i class="icon-twitter icon-light"></i>
|
||||
</span>
|
||||
Twitter Icon
|
||||
</a>
|
||||
<a href="#">
|
||||
<span class="icon-stack">
|
||||
<i class="icon-circle icon-stack-base"></i>
|
||||
<i class="icon-facebook icon-light"></i>
|
||||
</span>
|
||||
Facebook Icon
|
||||
</a>
|
||||
<a href="#">
|
||||
<span class="icon-stack">
|
||||
<i class="icon-circle icon-stack-base"></i>
|
||||
<i class="icon-github icon-light"></i>
|
||||
</span>
|
||||
GitHub Icon
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="#">
|
||||
Twitter Icon
|
||||
</a>
|
||||
<a href="#">
|
||||
<span class="icon-stack">
|
||||
<i class="icon-circle-blank icon-stack-base"></i>
|
||||
<i class="icon-facebook"></i>
|
||||
</span>
|
||||
Facebook Icon
|
||||
</a>
|
||||
<a href="#">
|
||||
<span class="icon-stack">
|
||||
<i class="icon-circle-blank icon-stack-base"></i>
|
||||
<i class="icon-github"></i>
|
||||
</span>
|
||||
GitHub Icon
|
||||
</a>
|
||||
</p>
|
@ -658,6 +658,11 @@ relative_path: ../
|
||||
<div class="well lead">
|
||||
{% include tests/stacked.html %}
|
||||
</div>
|
||||
<h4>Stacked icons inside anchor</h4>
|
||||
<div class="well">
|
||||
{% include tests/stacked-inside-anchor.html %}
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Mirrored and rotated icons</h3>
|
||||
<div class="row">
|
||||
|
Loading…
Reference in New Issue
Block a user