Skip to content

Instantly share code, notes, and snippets.

@odessy
Last active June 11, 2024 15:39
Show Gist options
  • Save odessy/944ec03820fca3a8782b709096d751c1 to your computer and use it in GitHub Desktop.
Save odessy/944ec03820fca3a8782b709096d751c1 to your computer and use it in GitHub Desktop.
Pipeline 7 arrows above arrows show on images
.section-without-title .flickity-force-arrows-top [data-carousel] .flickity-button{
top: var(--buttons-top);
bottom: initial;
background: #fff;
}
.section-without-title .flickity-force-arrows-top [data-carousel] .flickity-button:after{
content: '';
padding: var(--gutter)
}
.section-without-title:not(.not-moved-arrows):not(.hidden-arrows):not(.section-without-title--skip) {
padding-top: 0;
}
.section-list-collections .flickity-force-arrows-top [data-carousel] .flickity-button{
top: var(--buttons-top);
bottom: initial;
background: #fff;
--gutter: 34px;
}
.section-list-collections .flickity-force-arrows-top [data-carousel] .flickity-button svg{
color: var(--bg);
}
.section-list-collections .flickity-force-arrows-top [data-carousel] .flickity-button:after{
content: '';
padding: var(--gutter)
}
.section-list-collections:not(.not-moved-arrows):not(.hidden-arrows):not(.section-without-title--skip) {
padding-top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment