mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 11:24:29 -07:00
Bulma v9 website (#3249)
* Add Bulma v9 * Add vendor dependencies * Fix native * Fix sponsors * Add style attribute
This commit is contained in:
10
docs/_includes/components/call.html
Normal file
10
docs/_includes/components/call.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="bd-call bd-is-{{ include.color }}">
|
||||
<div class="bd-call-body">
|
||||
<p class="bd-call-text">
|
||||
{{ include.text }}
|
||||
</p>
|
||||
<p class="bd-call-button">
|
||||
{{ include.button }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user