js timeline
This commit is contained in:
@@ -68,10 +68,10 @@
|
||||
<div{{ title_attributes.addClass(title_classes) }}>{{ label }}</div>
|
||||
<div class='timeline'>
|
||||
<div class="__timeline-arrows">
|
||||
<button class="arrow arrow__prev">
|
||||
<button id='arrowPrev' class="arrow arrow__prev">
|
||||
{% include active_theme_path() ~ '/dist/assets/img/prev.svg' %}
|
||||
</button>
|
||||
<button class="arrow arrow__next">
|
||||
<button id='arrowNext' class="arrow arrow__next">
|
||||
{% include active_theme_path() ~ '/dist/assets/img/next.svg' %}
|
||||
</button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user