},
"publicPath": "/wp-content/themes/physioassist",
"devUrl": "http://physioassist.test",
- "proxyUrl": "http://stephen.local:63000",
+ "proxyUrl": "http://paris.cubedesigners.com:63000",
"cacheBusting": "[name]_[hash:8]",
"watch": [
"app/**/*.php",
--- /dev/null
+//== Elementor Swiper overrides
+// Note: These arrow styles should also match those in slick-carousel.styl
+// The styles can't be shared because Slick and Swiper have different structures
+.elementor-swiper-button
+ background: $colors.light-grey
+ color: $colors.headings
+ border-radius: 50%
+ font-size: 56px
+ width: 1.25em
+ height: @width
+ align-items: center
+ justify-content: center
+ transition: all 0.2s ease-out
+
+ &:hover
+ background: $colors.headings
+ color: #fff
+
+ .eicon-chevron
+ &-left:before
+ content: '\e89f'
+ &-right:before
+ content: '\e89e'
+
+// Adjust width of container to make room for arrow buttons
+.elementor-arrows-position-outside
+ .swiper-container
+ width: calc(100% - 160px);
+
+ // On Smaller screens, push even closer to the edge to maximise Swiper content width
+ +below(768px)
+ width: calc(100% - 90px);
+
+ .elementor-swiper-button
+ font-size: 45px
+
+ &-prev
+ left: -25px
+ &-next
+ right: -25px
+
+ +below(500px)
+ width: calc(100% - 50px);
+
+ .elementor-swiper-button
+ font-size: 35px
@import '~lity/dist/lity.css'
@import 'components/lity-lightbox'
@import 'components/slick-carousel'
+@import 'components/swiper'
@import 'components/headings'
@import 'components/buttons'
@import 'components/navigation'