mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Fix #3461
This commit is contained in:
23
docs/_includes/components/logos-item.html
Normal file
23
docs/_includes/components/logos-item.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<div
|
||||
{% if include.unsplash %}
|
||||
class="bd-logos-item"
|
||||
style="background-image: url(https://source.unsplash.com/{{ include.unsplash }}/480x480)"
|
||||
{% else %}
|
||||
class="bd-logos-item is-transparent"
|
||||
{% endif %}
|
||||
>
|
||||
<img src="{{ site.url }}/assets/{{ include.asset }}.svg">
|
||||
|
||||
<div class="bd-logos-download">
|
||||
<div class="has-text-centered">
|
||||
<div class="buttons are-centered">
|
||||
<a class="button is-primary is-light is-small" href="{{ site.url }}/assets/{{ include.asset }}.png">
|
||||
PNG
|
||||
</a>
|
||||
<a class="button is-primary is-light is-small" href="{{ site.url }}/assets/{{ include.asset }}.svg">
|
||||
SVG
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user