Document List Item: Preview

No notes defined.

<button type="button" class="sds-document sds-box -boxInsetMd">
    <span class="d-flex align-items-center sds-staticGapMd">
        <span class="sds-iconBlock" aria-hidden="true">

            <span class="sds-iconBlock__icon sds-icon sds-icon-document"></span>

        </span>
        <h3 class="h4">Brochure &#39;Guide du Prêt au Logement&#39;</h3>
    </span>
    <div class="sds-document__actionZone">
        <span class="sds-btn -iconBtn -btnSecondary">

            <span aria-hidden="true" class="sds-icon sds-icon-visible"></span>

        </span>
    </div>
</button>
<button type="button" class="{{ namespace }}document{% for mod in modifiers %} {{ mod }}{% endfor %}{% for mod in classes %} {{ mod }}{% endfor %}">
	<span class="d-flex align-items-center {{ namespace }}staticGapMd">
		{% render "@icon-block",{
			icon: "icon-document"
		},true %}
		<h3 class="h4">{{ title }}</h3>
	</span>
	<div class="{{ namespace }}document__actionZone">
		{% render "@icon-btn-secondary",{
			eltType: "span",
			icon: "icon-visible"
		},true %}
	</div>
</button>