Last active
June 11, 2024 15:39
-
-
Save odessy/944ec03820fca3a8782b709096d751c1 to your computer and use it in GitHub Desktop.
Pipeline 7 arrows above arrows show on images
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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