Files
fuelux/css.html
2014-05-07 15:56:19 -04:00

24 lines
859 B
HTML

---
layout: default
title: CSS
slug: css
lead: "HTML elements styled and enhanced with extensible classes."
---
<!-- fueluxicons
================================================== -->
<div class="bs-docs-section">
<h1 id="fueluxicons" class="page-header">Icons</h1>
<h2>Available glyphs</h2>
<p>Checkbox, radio, and loader</p>
<h2 id="glyphicons-how-to-use">How to use</h2>
<div class="bs-callout bs-callout-danger">
<h4>Don't mix with other components</h4>
<p>Icon classes cannot be directly combined with other components. They should not be used along with other classes on the same element. Instead, add a nested <code>&lt;span&gt;</code> and apply the icon classes to the <code>&lt;span&gt;</code>.</p>
</div>
{% highlight html %}
<span class="fueluxicon fueluxicon-checkbox-1"></span>
{% endhighlight %}
</div>