diff options
author | pdp8 <pdp8@pdp8.info> | 2022-08-25 19:48:19 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2022-08-25 19:48:19 +0200 |
commit | 8d2ce11daf87267091ffec971cd46d16937cc69c (patch) | |
tree | 22945821afed5bfb846461fb5890fc5571520e9e /snippets/Fork-Awesome-1.2.0/src/doc/_includes/examples/stacked.html | |
parent | 75fcb829a96307b7123b5e4cc1a15cc7097f5001 (diff) |
fork-awesome removed
Diffstat (limited to 'snippets/Fork-Awesome-1.2.0/src/doc/_includes/examples/stacked.html')
-rw-r--r-- | snippets/Fork-Awesome-1.2.0/src/doc/_includes/examples/stacked.html | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/snippets/Fork-Awesome-1.2.0/src/doc/_includes/examples/stacked.html b/snippets/Fork-Awesome-1.2.0/src/doc/_includes/examples/stacked.html deleted file mode 100644 index 65b3603..0000000 --- a/snippets/Fork-Awesome-1.2.0/src/doc/_includes/examples/stacked.html +++ /dev/null @@ -1,65 +0,0 @@ -<section id="stacked"> - <h2 class="page-header"> - Stacked Icons - <div class="pull-right text-default margin-top padding-top-sm hidden-xs"> - <a href="https://github.com/{{ site.forkawesome.github.org }}/{{ site.forkawesome.github.project }}/blob/{{ site.forkawesome.version }}/less/stacked.less" class="text-muted padding-right">View LESS</a> - <a href="https://github.com/{{ site.forkawesome.github.org }}/{{ site.forkawesome.github.project }}/blob/{{ site.forkawesome.version }}/scss/_stacked.scss" class="text-muted">View SASS</a> - </div> - </h2> - <div class="row"> - <div class="col-md-3 col-sm-4"> - <div class="margin-bottom"> - <span class="fa-stack fa-lg" aria-hidden="true"> - <i class="fa fa-square-o fa-stack-2x"></i> - <i class="fa fa-twitter fa-stack-1x"></i> - </span> - fa-twitter on fa-square-o<br> - <span class="fa-stack fa-lg" aria-hidden="true"> - <i class="fa fa-circle fa-stack-2x"></i> - <i class="fa fa-flag fa-stack-1x fa-inverse"></i> - </span> - fa-flag on fa-circle<br> - <span class="fa-stack fa-lg" aria-hidden="true"> - <i class="fa fa-square fa-stack-2x"></i> - <i class="fa fa-terminal fa-stack-1x fa-inverse"></i> - </span> - fa-terminal on fa-square<br> - <span class="fa-stack fa-lg" aria-hidden="true"> - <i class="fa fa-camera fa-stack-1x"></i> - <i class="fa fa-ban fa-stack-2x text-danger"></i> - </span> - fa-ban on fa-camera - </div> - </div> - <div class="col-md-9 col-sm-8"> - <p> - To stack multiple icons, use the <code>fa-stack</code> class on the parent, the <code>fa-stack-1x</code> - for the regularly sized icon, and <code>fa-stack-2x</code> for the larger icon. <code>fa-inverse</code> - can be used as an alternative icon color. You can even throw <a href="#larger">larger icon</a> classes on the parent - to get further control of sizing. - </p> -{% highlight html %} -<span class="fa-stack fa-lg"> - <i class="fa fa-square-o fa-stack-2x"></i> - <i class="fa fa-twitter fa-stack-1x"></i> -</span> -fa-twitter on fa-square-o<br> -<span class="fa-stack fa-lg"> - <i class="fa fa-circle fa-stack-2x"></i> - <i class="fa fa-flag fa-stack-1x fa-inverse"></i> -</span> -fa-flag on fa-circle<br> -<span class="fa-stack fa-lg"> - <i class="fa fa-square fa-stack-2x"></i> - <i class="fa fa-terminal fa-stack-1x fa-inverse"></i> -</span> -fa-terminal on fa-square<br> -<span class="fa-stack fa-lg"> - <i class="fa fa-camera fa-stack-1x"></i> - <i class="fa fa-ban fa-stack-2x text-danger"></i> -</span> -fa-ban on fa-camera -{% endhighlight %} - </div> - </div> -</section> |