This commit is contained in:
Roman Pyrih
2024-10-30 15:38:21 +01:00
parent 925d3828c1
commit e293b7ee41
3 changed files with 58 additions and 1 deletions

View File

@@ -520,6 +520,31 @@ input[id^=eael-tabs-filter-type-]:checked::after {
padding: 0;
}
.product-colors-s2 .elementor-image-gallery .gallery {
display: flex;
flex-wrap: wrap;
}
.product-colors-s2 .elementor-image-gallery .gallery .gallery-item {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 2px;
}
.product-colors-s2 .elementor-image-gallery .gallery .gallery-item .gallery-icon {
width: 98px;
min-width: 98px;
height: 98px;
}
.product-colors-s2 .elementor-image-gallery .gallery .gallery-item .gallery-icon img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.product-colors-s2 .elementor-image-gallery .gallery .gallery-item .gallery-caption {
padding: 0;
}
.product-gallery-drafts .show-more-drafts .premium-button-text-icon-wrapper {
display: flex;
align-items: center;

File diff suppressed because one or more lines are too long

View File

@@ -600,6 +600,38 @@ input[id^='eael-tabs-filter-type-'] {
}
}
.product-colors-s2 {
.elementor-image-gallery {
.gallery {
display: flex;
flex-wrap: wrap;
.gallery-item {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 2px;
// width: calc(50% - 16px);
.gallery-icon {
width: 98px;
min-width: 98px;
height: 98px;
img {
height: 100%;
width: 100%;
object-fit: cover;
}
}
.gallery-caption {
padding: 0;
}
}
}
}
}
.product-gallery-drafts {
.show-more-drafts {
.premium-button-text-icon-wrapper {