mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Organize partials
This commit is contained in:
@@ -82,7 +82,7 @@ meta:
|
||||
</div>
|
||||
|
||||
<div class="block bd-icon-size">
|
||||
{% include snippet.html content=icon_example %}
|
||||
{% include elements/snippet.html content=icon_example %}
|
||||
</div>
|
||||
|
||||
<div class="message is-info">
|
||||
@@ -97,7 +97,7 @@ meta:
|
||||
By default, the <code>icon</code> container will take up <em>exactly</em> <code>1.5rem x 1.5rem</code>. The icon itself is sized accordingly to the icon library you're using. For example, Font Awesome 5 icons will <strong>inherit</strong> the font size.</p>
|
||||
</div>
|
||||
|
||||
{% include anchor.html name="Colors" %}
|
||||
{% include elements/anchor.html name="Colors" %}
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
@@ -105,9 +105,9 @@ meta:
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{% include snippet.html content=icon_color_example %}
|
||||
{% include elements/snippet.html content=icon_color_example %}
|
||||
|
||||
{% include anchor.html name="Sizes" %}
|
||||
{% include elements/anchor.html name="Sizes" %}
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
@@ -283,7 +283,7 @@ meta:
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
{% include anchor.html name="Font Awesome variations" %}
|
||||
{% include elements/anchor.html name="Font Awesome variations" %}
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
@@ -426,7 +426,7 @@ meta:
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
{% include anchor.html name="Material Design Icons" %}
|
||||
{% include elements/anchor.html name="Material Design Icons" %}
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
@@ -750,7 +750,7 @@ meta:
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
{% include anchor.html name="Open Iconic" %}
|
||||
{% include elements/anchor.html name="Open Iconic" %}
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
@@ -848,7 +848,7 @@ meta:
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
{% include anchor.html name="Ionicons" %}
|
||||
{% include elements/anchor.html name="Ionicons" %}
|
||||
|
||||
<div class="content">
|
||||
<p>
|
||||
@@ -946,4 +946,4 @@ meta:
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
{% include variables.html type='element' %}
|
||||
{% include elements/variables.html type='element' %}
|
||||
|
||||
Reference in New Issue
Block a user