|
@@ -59,20 +59,18 @@
|
|
|
<section id="layout" data-transition="" data-aside="features">
|
|
<section id="layout" data-transition="" data-aside="features">
|
|
|
<header data-tistle="Layout">
|
|
<header data-tistle="Layout">
|
|
|
<nav class="on-left">
|
|
<nav class="on-left">
|
|
|
- <a href="#" data-view-aside="features" data-icon="menu"></a>
|
|
|
|
|
|
|
+ <a href="#" data-view-aside="features" data-icon="home"></a>
|
|
|
</nav>
|
|
</nav>
|
|
|
<h1 class="title centered">
|
|
<h1 class="title centered">
|
|
|
- Brownie
|
|
|
|
|
|
|
+ <!-- Brownie -->
|
|
|
<!--<span class="tag count">2.2</span>-->
|
|
<!--<span class="tag count">2.2</span>-->
|
|
|
</h1>
|
|
</h1>
|
|
|
|
|
|
|
|
<nav class="on-right">
|
|
<nav class="on-right">
|
|
|
- <!--
|
|
|
|
|
-
|
|
|
|
|
<a href="#" class="button" data-icon="inbox" data-count="19"></a>
|
|
<a href="#" class="button" data-icon="inbox" data-count="19"></a>
|
|
|
<button data-icon="share"></button>
|
|
<button data-icon="share"></button>
|
|
|
-
|
|
|
|
|
- <a href="#" data-icon="menu" data-loading="white"></a>
|
|
|
|
|
|
|
+ <button data-icon="menu" data-loading="white"></button>
|
|
|
|
|
+ <!--
|
|
|
<button data-label="send" data-icon="envelope"></button>
|
|
<button data-label="send" data-icon="envelope"></button>
|
|
|
<button data-label="send"></button>
|
|
<button data-label="send"></button>
|
|
|
-->
|
|
-->
|
|
@@ -245,7 +243,7 @@
|
|
|
|
|
|
|
|
<article id="layout-art1" class="indented scroll">
|
|
<article id="layout-art1" class="indented scroll">
|
|
|
<div>
|
|
<div>
|
|
|
- <h1>Sizes</h1>
|
|
|
|
|
|
|
+ <h6>Sizes</h6>
|
|
|
<p class="margin bottom">
|
|
<p class="margin bottom">
|
|
|
<a href="#" class="button tiny">tiny</a>
|
|
<a href="#" class="button tiny">tiny</a>
|
|
|
<a href="#" class="button small">small</a>
|
|
<a href="#" class="button small">small</a>
|
|
@@ -253,14 +251,14 @@
|
|
|
<a href="#" class="button large">large</a>
|
|
<a href="#" class="button large">large</a>
|
|
|
</p>
|
|
</p>
|
|
|
<a href="#" class="button anchor margin bottom">anchor</a>
|
|
<a href="#" class="button anchor margin bottom">anchor</a>
|
|
|
- <h1>Icons</h1>
|
|
|
|
|
|
|
+ <h6>Icons</h6>
|
|
|
<p class="margin bottom">
|
|
<p class="margin bottom">
|
|
|
<a href="#" class="button tiny" data-icon="check" ></a>
|
|
<a href="#" class="button tiny" data-icon="check" ></a>
|
|
|
<a href="#" class="button small" 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" data-icon="check" ></a>
|
|
|
<a href="#" class="button large" data-icon="check" ></a>
|
|
<a href="#" class="button large" data-icon="check" ></a>
|
|
|
</p>
|
|
</p>
|
|
|
- <h1>Text + Icons</h1>
|
|
|
|
|
|
|
+ <h6>Text + Icons</h6>
|
|
|
<p class="margin bottom">
|
|
<p class="margin bottom">
|
|
|
<a href="#" class="button tiny" data-icon="check" data-label="tiny"></a>
|
|
<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 small" data-icon="check" data-label="small"></a>
|
|
@@ -268,13 +266,13 @@
|
|
|
<a href="#" class="button large" data-icon="check" data-label="large"></a>
|
|
<a href="#" class="button large" data-icon="check" data-label="large"></a>
|
|
|
</p>
|
|
</p>
|
|
|
|
|
|
|
|
- <h1>Colors</h1>
|
|
|
|
|
|
|
+ <h6>Colors</h6>
|
|
|
<p>
|
|
<p>
|
|
|
- <a href="#" class="button anchor margin bottom">default</a>
|
|
|
|
|
- <a href="#" class="button anchor secondary margin bottom">secondary</a>
|
|
|
|
|
- <a href="#" class="button anchor accept margin bottom">accept</a>
|
|
|
|
|
- <a href="#" class="button anchor cancel margin bottom">cancel</a>
|
|
|
|
|
- <a href="#" class="button anchor margin bottom" disabled=true>disabled</a>
|
|
|
|
|
|
|
+ <a href="#" class="button anchor margin-bottom">default</a>
|
|
|
|
|
+ <a href="#" class="button anchor secondary margin-bottom">secondary</a>
|
|
|
|
|
+ <a href="#" class="button anchor accept margin-bottom">accept</a>
|
|
|
|
|
+ <a href="#" class="button anchor cancel margin-bottom">cancel</a>
|
|
|
|
|
+ <a href="#" class="button anchor margin-bottom" disabled=true>disabled</a>
|
|
|
</p>
|
|
</p>
|
|
|
</div>
|
|
</div>
|
|
|
</article>
|
|
</article>
|