Task 7177 | выровнял слайды в рекоммендованных товарах

pull/36/head
parent 56f20aa21d
commit 85dd86e3e2
  1. 3
      wp-content/themes/cosmopet/modules/shop/components/catalog/assets/css/catalog.css
  2. 18
      wp-content/themes/cosmopet/modules/shop/components/single-product/assets/css/gp-style-core.css

@ -941,4 +941,5 @@ display: none;
margin-top: 48px; margin-top: 48px;
} }
/* product */ /* product */
} }

@ -475,4 +475,22 @@ input:checked + .subscription-option-details::before, input:checked + .wcsatt-op
.amount { .amount {
color: #1A1A1A; color: #1A1A1A;
font-weight: 600; font-weight: 600;
}
.detail__wrapper-catalot .swiper-slide {
height: auto;
display: flex;
flex-direction: column;
}
.detail__wrapper-catalot .swiper-wrapper {
display: flex;
align-items: stretch;
}
.detail__catalot .product__item{
flex-grow: 1;
} }
Loading…
Cancel
Save