|
|
@@ -2,11 +2,27 @@
|
|
|
<div>
|
|
|
<h1>Sizes</h1>
|
|
|
<p class="margin bottom">
|
|
|
+ <a href="#" class="button tiny">tiny</a>
|
|
|
<a href="#" class="button small">small</a>
|
|
|
<a href="#" class="button">default</a>
|
|
|
<a href="#" class="button large">large</a>
|
|
|
</p>
|
|
|
<a href="#" class="button anchor margin bottom">anchor</a>
|
|
|
+ <h1>Icons</h1>
|
|
|
+ <p class="margin bottom">
|
|
|
+ <a href="#" class="button tiny" data-icon="check" ></a>
|
|
|
+ <a href="#" class="button small" data-icon="check" ></a>
|
|
|
+ <a href="#" class="button" data-icon="check" ></a>
|
|
|
+ <a href="#" class="button large" data-icon="check" ></a>
|
|
|
+ </p>
|
|
|
+ <h1>Text + Icons</h1>
|
|
|
+ <p class="margin bottom">
|
|
|
+ <a href="#" class="button tiny" data-icon="check" data-label="tiny"></a>
|
|
|
+ <a href="#" class="button small" data-icon="check" data-label="small"></a>
|
|
|
+ <a href="#" class="button" data-icon="check" data-label="default"></a>
|
|
|
+ <a href="#" class="button large" data-icon="check" data-label="large"></a>
|
|
|
+ </p>
|
|
|
+
|
|
|
<h1>Colors</h1>
|
|
|
<p>
|
|
|
<a href="#" class="button anchor margin bottom">default</a>
|