This commit is contained in:
2026-01-08 13:17:07 +01:00
parent 39a2a1b061
commit 647779e89c
3 changed files with 14 additions and 9 deletions

View File

@@ -18,7 +18,7 @@
padding: 30px;
margin: 0;
list-style: none;
border: 1px solid rgba(20, 24, 62, 0.0588235294);
background: #eeeeee;
}
.elementor-widget-acf-product-parameters .product-parameters li {
display: flex;
@@ -28,7 +28,9 @@
column-gap: 20px;
}
.elementor-widget-acf-product-parameters .product-parameters li:not(:last-child) {
margin-bottom: 30px;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #181c1d;
}
.elementor-widget-acf-product-parameters .product-parameters li .product-parameters__img {
display: none !important;
@@ -40,7 +42,7 @@
object-fit: contain;
}
.elementor-widget-acf-product-parameters .product-parameters li .product-parameters__content .product-parameters__title {
font-size: 16px;
font-size: 14px;
font-family: "Open Sans", sans-serif;
font-weight: 700;
line-height: 1;
@@ -50,7 +52,7 @@
color: var(--e-global-color-accent);
}
.elementor-widget-acf-product-parameters .product-parameters li .product-parameters__content .product-parameters__description {
font-size: 16px;
font-size: 14px;
font-family: "Open Sans", sans-serif;
font-weight: 400;
line-height: 1.3;