mirror of
https://github.com/ExactTarget/fuelux.git
synced 2026-04-26 03:00:10 -04:00
24 lines
859 B
HTML
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><span></code> and apply the icon classes to the <code><span></code>.</p>
|
|
</div>
|
|
{% highlight html %}
|
|
<span class="fueluxicon fueluxicon-checkbox-1"></span>
|
|
{% endhighlight %}
|
|
</div> |