|
|
@ -183,18 +183,9 @@ |
|
|
|
<h2 id="buttons" class="margin-top-1x">Buttons</h2> |
|
|
|
|
|
|
|
<button class="button">Default</button> |
|
|
|
<button class="button button--secondary">Default</button> |
|
|
|
<button class="button button--success">Success</button> |
|
|
|
<button class="button button--warning">Warning</button> |
|
|
|
<button class="button button--danger">Danger</button> |
|
|
|
<button class="button button--info">Info</button> |
|
|
|
<button class="button button--info button--wide margin-top-1x">Info</button> |
|
|
|
<pre class="code"><code class="margin-top-1x margin-bottom-1x"><button class="button button--danger"></button> |
|
|
|
<button class="button button--success"></button> |
|
|
|
<button class="button button--warning"></button> |
|
|
|
<button class="button button--danger"></button> |
|
|
|
<button class="button button--up"></button> |
|
|
|
<button class="button button--down"></button></code></pre> |
|
|
|
<button class="button button--wide margin-top-1x">Info</button> |
|
|
|
<pre class="code margin-top-1x"><code><button class="button"></button> |
|
|
|
<button class="button button--wide"></button></code></pre> |
|
|
|
|
|
|
|
<hr> |
|
|
|
<h2 id="table" class="margin-top-1x">Table</h2> |
|
|
@ -244,24 +235,14 @@ |
|
|
|
Media |
|
|
|
</h3> |
|
|
|
<pre class="code"><code><img class="img-responsive" src="https://picsum.photos/400" /> |
|
|
|
<img class="img-fit-cover" style="width: 100%; height: 200px;" src="https://picsum.photos/400"/> |
|
|
|
<img class="img-fit-contain" style="width: 100%; height: 200px;" src="https://picsum.photos/400"/></code></pre> |
|
|
|
<div class="grid"> |
|
|
|
<div class="col-6"> |
|
|
|
<img class="img-responsive" src="https://picsum.photos/400" /> |
|
|
|
</div> |
|
|
|
<div class="col-6"> |
|
|
|
<img class="img-fit-cover" style="width: 100%; height: 200px;" src="https://picsum.photos/400" /> |
|
|
|
</div> |
|
|
|
<div class="col-6"> |
|
|
|
<img class="img-fit-contain" style="width: 100%; height: 200px;" src="https://picsum.photos/400" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<pre class="code"><code><figure> |
|
|
|
<figure> |
|
|
|
<img class="img-responsive" src="https://picsum.photos/400" /> |
|
|
|
<figcaption class="text-center">Lorem Ipsum</figcaption> |
|
|
|
</figure></code></pre> |
|
|
|
<div class="grid"> |
|
|
|
<div class="col-6"> |
|
|
|
<img class="img-responsive" src="https://picsum.photos/400" /> |
|
|
|
</div> |
|
|
|
<div class="col-6"> |
|
|
|
<figure> |
|
|
|
<img class="img-responsive" src="https://picsum.photos/400" /> |
|
|
@ -270,7 +251,6 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<!-- Reflex Grid --> |
|
|
|
<hr /> |
|
|
|
<h2 id="reflex-grid" class="margin-top-1x"> |
|
|
|