mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24:30 -07:00
Update hero.html
Added missing "link" color
This commit is contained in:
committed by
Jeremy Thomas
parent
e72b28fb2f
commit
a92d2cd420
@@ -77,7 +77,7 @@ meta:
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
{% include elements/anchor.html name="Colors" %}
|
{% include elements/anchor.html name="Colors" %}
|
||||||
<div class="content">
|
<div class="content">
|
||||||
As with buttons, you can choose one of the <strong>7 different colors</strong>:
|
As with buttons, you can choose one of the <strong>8 different colors</strong>:
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@@ -143,6 +143,21 @@ meta:
|
|||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="bd-example">
|
||||||
|
<section class="hero is-link">
|
||||||
|
<div class="hero-body">
|
||||||
|
<div class="container">
|
||||||
|
<p class="title">
|
||||||
|
Link title
|
||||||
|
</p>
|
||||||
|
<p class="subtitle">
|
||||||
|
Link subtitle
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="bd-example">
|
<div class="bd-example">
|
||||||
<section class="hero is-warning">
|
<section class="hero is-warning">
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
|
|||||||
Reference in New Issue
Block a user