mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 11:24: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:
@@ -3,7 +3,7 @@
|
||||
|
||||
<div class="tags has-addons">
|
||||
{% if tag_version_value > current_version_value %}
|
||||
<span class="tag is-warning">Coming soon!</span>
|
||||
<span class="tag is-warning is-light">Coming soon!</span>
|
||||
{% elsif tag_version_value == current_version_value %}
|
||||
<span class="tag">New!</span>
|
||||
<span class="tag is-success">{{ include.version }}</span>
|
||||
|
||||
Reference in New Issue
Block a user