Add bd classes

This commit is contained in:
Jeremy Thomas
2017-08-14 12:44:24 +01:00
parent 88fb510d93
commit cd2f886df2
66 changed files with 1184 additions and 2456 deletions

View File

@@ -38,9 +38,9 @@ doc-subtab: level
<p>In a <code>level-item</code>, you can then insert almost <em>anything</em> you want: a title, a button, a text input, or just simple text. No matter what elements you put inside a Bulma <code>level</code>, they will always be <strong>vertically centered</strong>.</p>
</div>
<div class="structure">
<nav class="level structure-item is-structure-container" title="level">
<div class="level-left structure-item" title="level-left">
<div class="bd-structure">
<nav class="level bd-structure-item bd-is-structure-container" title="level">
<div class="level-left bd-structure-item" title="level-left">
<div class="level-item">
<p class="subtitle is-5">
<strong>123</strong> posts
@@ -59,7 +59,7 @@ doc-subtab: level
</div>
</div>
</div>
<div class="level-right structure-item" title="level-right">
<div class="level-right bd-structure-item" title="level-right">
<p class="level-item">
<strong>All</strong>
</p>
@@ -115,7 +115,7 @@ doc-subtab: level
</div>
</nav>
{% endcapture %}
<div class="example">
<div class="bd-example">
{{nav_example}}
</div>
{% highlight html %}
@@ -175,13 +175,13 @@ doc-subtab: level
</p>
</nav>
{% endcapture %}
<div class="example">
<div class="bd-example">
{{nav_centered_example}}
</div>
{% highlight html %}
{{nav_centered_example}}
{% endhighlight %}
<div class="example">
<div class="bd-example">
{{nav_centered_bis_example}}
</div>
{% highlight html %}
@@ -222,7 +222,7 @@ doc-subtab: level
</div>
</nav>
{% endcapture %}
<div class="example">
<div class="bd-example">
{{nav_mobile_example}}
</div>
{% highlight html %}