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

@@ -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 {