Add reveal to all elements in structure section
This commit is contained in:
parent
89545a5809
commit
3be430de65
|
@ -35,7 +35,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="structure__counter">
|
<div class="structure__counter">
|
||||||
{{ structure.counterText }}
|
<div class="js-sr">{{ structure.counterText }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{> components/next-section-link
|
{{> components/next-section-link
|
||||||
|
|
|
@ -72,6 +72,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&__button {
|
&__button {
|
||||||
|
z-index: 10;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
|
||||||
@media #{$screen-sm} {
|
@media #{$screen-sm} {
|
||||||
|
|
Loading…
Reference in New Issue