1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Updated: findify-bundle v7.0.23 -> v7.0.24 (#539)

This commit is contained in:
nobody
2021-07-15 07:05:53 +02:00
parent da8b77ea04
commit 28c79267a3
13 changed files with 37 additions and 24 deletions

File diff suppressed because one or more lines are too long

View File

@@ -346,7 +346,6 @@
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 200px;
padding-bottom: 50px;
}
@@ -751,6 +750,9 @@
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.findify-components-search--desktop-facets__horizontal .findify-components-search--desktop-facets__header {
@@ -1038,6 +1040,12 @@
/* imported from styles.css */
p.findify-layouts--recommendation--grid__title {
margin-bottom: 30px;
}
/* imported from styles.css */
.findify-components--cards--content {
padding-top: 10px;
padding-left: 12px;
@@ -1648,11 +1656,15 @@
/* imported from styles.css */
p.findify-layouts--recommendation--slider__title {
margin-bottom: 30px;
}
/* imported from styles.css */
/* Swiper */
.swiper-container {
.findify-components--swiper .swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
@@ -1663,14 +1675,14 @@
z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
.findify-components--swiper .swiper-container-vertical > .swiper-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.swiper-wrapper {
.findify-components--swiper .swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
@@ -1689,18 +1701,19 @@
box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
.findify-components--swiper .swiper-container-android .swiper-slide,
.findify-components--swiper .swiper-wrapper {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swiper-container-free-mode > .swiper-wrapper {
.findify-components--swiper .swiper-container-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-slide {
.findify-components--swiper .swiper-slide {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
@@ -1712,15 +1725,15 @@
transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
.findify-components--swiper .swiper-slide-invisible-blank {
visibility: hidden;
}
.swiper-button-disabled {
.findify-components--swiper .swiper-button-disabled {
display: none !important;
}
.findify-recommendation {
.findify-components--swiper .findify-recommendation {
padding: 0 30px;
}

File diff suppressed because one or more lines are too long