mirror of
https://github.com/status-im/artproject.git
synced 2025-02-22 20:58:14 +00:00
Add reveal to all elements in team section
This commit is contained in:
parent
3be430de65
commit
1b077575af
@ -27,11 +27,15 @@
|
|||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="team__counter">{{ team.counter }}</div>
|
<div class="team__counter">
|
||||||
|
<div class="js-sr">{{ team.counter }}</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="team__scroll">
|
<div class="team__scroll">
|
||||||
<p class="team__scroll__text">scroll</p>
|
<div class="js-sr">
|
||||||
{{svg 'images/arrow-down.svg'}}
|
<p class="team__scroll__text">scroll</p>
|
||||||
|
{{svg 'images/arrow-down.svg'}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{> components/next-section-link
|
{{> components/next-section-link
|
||||||
|
Loading…
x
Reference in New Issue
Block a user