|
@@ -22,24 +22,14 @@
|
|
|
<a href="#{!! $h1['slug'] !!}"
|
|
|
class="sl-flex-1 sl-items-center sl-truncate sl-mr-1.5 sl-p-0">{!! $h1['name'] !!}</a>
|
|
|
@if(count($h1['subheadings']) > 0)
|
|
|
- <div class="sl-flex sl-items-center sl-text-xs">
|
|
|
- <div class="sl-flex sl-items-center">
|
|
|
- <svg aria-hidden="true" focusable="false" data-prefix="fas"
|
|
|
- data-icon="chevron-right"
|
|
|
- class="expand-chevron svg-inline--fa fa-chevron-right fa-fw sl-icon sl-text-muted"
|
|
|
- xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
|
|
|
- <path fill="currentColor"
|
|
|
- d="M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z"></path>
|
|
|
- </svg>
|
|
|
- <svg aria-hidden="true" focusable="false" data-prefix="fas"
|
|
|
- data-icon="chevron-down"
|
|
|
- style="display: none;"
|
|
|
- class="expanded-chevron svg-inline--fa fa-chevron-down fa-fw sl-icon sl-text-muted"
|
|
|
- xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
|
- <path fill="currentColor"
|
|
|
- d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"></path>
|
|
|
- </svg>
|
|
|
- </div>
|
|
|
+ <div class="sl-flex sl-items-center sl-text-xs expansion-chevrons">
|
|
|
+ <svg aria-hidden="true" focusable="false" data-prefix="fas"
|
|
|
+ data-icon="chevron-right"
|
|
|
+ class="svg-inline--fa fa-chevron-right fa-fw sl-icon sl-text-muted"
|
|
|
+ xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
|
|
|
+ <path fill="currentColor"
|
|
|
+ d="M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z"></path>
|
|
|
+ </svg>
|
|
|
</div>
|
|
|
@endif
|
|
|
</div>
|
|
@@ -57,24 +47,14 @@
|
|
|
</a>
|
|
|
</div>
|
|
|
@if(count($h2['subheadings']) > 0)
|
|
|
- <div class="sl-flex sl-items-center sl-text-xs">
|
|
|
- <div class="sl-flex sl-items-center">
|
|
|
- <svg aria-hidden="true" focusable="false" data-prefix="fas"
|
|
|
- data-icon="chevron-right"
|
|
|
- class="expand-chevron svg-inline--fa fa-chevron-right fa-fw sl-icon sl-text-muted"
|
|
|
- xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
|
|
|
- <path fill="currentColor"
|
|
|
- d="M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z"></path>
|
|
|
- </svg>
|
|
|
- <svg aria-hidden="true" focusable="false" data-prefix="fas"
|
|
|
- data-icon="chevron-down"
|
|
|
- class="expanded-chevron svg-inline--fa fa-chevron-down fa-fw sl-icon sl-text-muted"
|
|
|
- style="display: none;"
|
|
|
- xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
|
|
- <path fill="currentColor"
|
|
|
- d="M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z"></path>
|
|
|
- </svg>
|
|
|
- </div>
|
|
|
+ <div class="sl-flex sl-items-center sl-text-xs expansion-chevrons">
|
|
|
+ <svg aria-hidden="true" focusable="false" data-prefix="fas"
|
|
|
+ data-icon="chevron-right"
|
|
|
+ class="svg-inline--fa fa-chevron-right fa-fw sl-icon sl-text-muted"
|
|
|
+ xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
|
|
|
+ <path fill="currentColor"
|
|
|
+ d="M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z"></path>
|
|
|
+ </svg>
|
|
|
</div>
|
|
|
@endif
|
|
|
</div>
|