Files
__inwestprofil.pagedev.pl/wp-content/plugins/elementor-addon/assets/css/main.scss
2026-02-12 15:58:51 +01:00

112 lines
1.8 KiB
SCSS

.elementor-widget-images-list {
ul {
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-direction: row;
align-items: center;
gap: 7px;
li {
img {
width: 100%;
max-width: 20px;
height: auto;
max-height: 12px;
}
}
}
}
.elementor-widget-acf-product-parameters {
.product-parameters {
padding: 30px;
margin: 0;
list-style: none;
// border: 1px solid #14183e0f;
background: #eeeeee;
li {
display: flex;
flex-direction: row;
align-items: center;
column-gap: 20px;
&:not(:last-child) {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #181c1d;
}
.product-parameters__img {
display: none !important;
// display: flex;
// align-items: center;
img {
width: 50px;
max-width: 50px;
object-fit: contain;
}
}
.product-parameters__content {
.product-parameters__title {
font-size: 14px;
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: 14px;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
line-height: 1.3;
margin: 0;
}
}
}
}
}
.elementor-widget-acf-product-label {
.product-label {
position: absolute;
left: 10px;
top: 10px;
z-index: 10;
span {
display: inline-block;
padding: 5px 20px 5px;
background: black;
color: #fff;
border-radius: 50px;
font-size: 14px;
font-weight: 700;
&.aluplast {
color: #fff;
background: #d10a11;
}
&.rehau {
color: #fff;
background: #37a58c;
}
&.aliplast {
color: #fff;
background: #c62c37;
}
&.aluprof {
color: #fff;
background: #1e1f43;
}
}
}
}