save
This commit is contained in:
@@ -520,6 +520,31 @@ input[id^=eael-tabs-filter-type-]:checked::after {
|
|||||||
padding: 0;
|
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 {
|
.product-gallery-drafts .show-more-drafts .premium-button-text-icon-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -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 {
|
.product-gallery-drafts {
|
||||||
.show-more-drafts {
|
.show-more-drafts {
|
||||||
.premium-button-text-icon-wrapper {
|
.premium-button-text-icon-wrapper {
|
||||||
|
|||||||
Reference in New Issue
Block a user