mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Feature/icon text (#3230)
* Init icon text, Remove old new-tag elements * Improve icon text * Fix icon text docs * Update sidebar * Update changelog
This commit is contained in:
@@ -134,8 +134,6 @@ meta:
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
{% include elements/new-tag.html version="0.5.3" %}
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
You can center the <code>card-header-title</code> by appending the <code>is-centered</code> modifier.
|
||||
|
||||
@@ -899,8 +899,6 @@ $(document).ready(function() {
|
||||
|
||||
{% include elements/anchor.html name="Fixed navbar" %}
|
||||
|
||||
{% include elements/new-tag.html version="0.6.1" %}
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
You can now <strong>fix</strong> the navbar to either the <strong>top</strong> or <strong>bottom</strong> of the page. This is a 2-step process:
|
||||
@@ -1039,8 +1037,6 @@ $(document).ready(function() {
|
||||
Dropup
|
||||
</h4>
|
||||
|
||||
{% include elements/new-tag.html version="0.6.1" %}
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
If you're using a navbar at the bottom, like the <a href="#fixed-navbar">fixed bottom navbar</a>, you might want to use a <strong>dropup menu</strong>. Simply add the <code>has-dropdown</code> and <code>has-dropdown-up</code> modifiers to the parent <code>navbar-item</code>.
|
||||
|
||||
@@ -205,8 +205,6 @@ meta:
|
||||
|
||||
{% include elements/anchor.html name="Styles" %}
|
||||
|
||||
{% include elements/new-tag.html version="0.6.2" %}
|
||||
|
||||
<p class="content">
|
||||
Add the <code>is-rounded</code> modifier to have rounded pagination items.
|
||||
</p>
|
||||
|
||||
@@ -423,8 +423,6 @@ meta:
|
||||
|
||||
{% include elements/snippet.html content=tabs_toggle_example horizontal=true more=true %}
|
||||
|
||||
{% include elements/new-tag.html version="0.6.2" %}
|
||||
|
||||
<p class="content">
|
||||
If you use both <code>is-toggle</code> and <code>is-toggle-rounded</code>, the first and last items will be <strong>rounded</strong>.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user