Save
This commit is contained in:
@@ -18,3 +18,54 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.elementor-widget-acf-product-parameters {
|
||||
.product-parameters {
|
||||
padding: 30px;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
border: 1px solid #14183e0f;
|
||||
|
||||
li {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
column-gap: 20px;
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.product-parameters__img {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
max-width: 50px;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
.product-parameters__content {
|
||||
.product-parameters__title {
|
||||
font-size: 16px;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
margin: 0 0 5px 0;
|
||||
|
||||
a {
|
||||
color: var(--e-global-color-accent);
|
||||
}
|
||||
}
|
||||
.product-parameters__description {
|
||||
font-size: 16px;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-weight: 400;
|
||||
line-height: 1;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user