Support for new collections carousel block.
This commit is contained in:
parent
d889f3b1c6
commit
5de0ae38a5
|
@ -25,7 +25,7 @@ footer {
|
|||
|
||||
li{
|
||||
color: white;
|
||||
margin-bottom: 1rem;
|
||||
margin-bottom: 0.875rem;
|
||||
|
||||
&.tainacan-side {
|
||||
h6 {
|
||||
|
|
|
@ -70,11 +70,13 @@
|
|||
}
|
||||
|
||||
/* Carousel */
|
||||
.wp-block-tainacan-carousel-items-list.alignwide .tainacan-carousel{
|
||||
.wp-block-tainacan-carousel-items-list.alignwide .tainacan-carousel,
|
||||
.wp-block-tainacan-carousel-collections-list.alignwide .tainacan-carousel {
|
||||
width: 100%;
|
||||
left: 0;
|
||||
}
|
||||
.wp-block-tainacan-carousel-items-list.alignfull .tainacan-carousel{
|
||||
.wp-block-tainacan-carousel-items-list.alignfull .tainacan-carousel,
|
||||
.wp-block-tainacan-carousel-collections-list.alignfull .tainacan-carousel {
|
||||
width: 100%;
|
||||
width: 100vw;
|
||||
left: 0;
|
||||
|
|
|
@ -580,7 +580,9 @@ function tainacan_get_color_scheme_css( $colors ) {
|
|||
}
|
||||
|
||||
.tainacan-content .wp-block-tainacan-carousel-items-list .swiper-button-prev svg,
|
||||
.tainacan-content .wp-block-tainacan-carousel-items-list .swiper-button-next svg {
|
||||
.tainacan-content .wp-block-tainacan-carousel-items-list .swiper-button-next svg,
|
||||
.tainacan-content .wp-block-tainacan-carousel-collections-list .swiper-button-prev svg,
|
||||
.tainacan-content .wp-block-tainacan-carousel-collections-list .swiper-button-next svg {
|
||||
fill: {$colors['tainacan_link_color']} !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue