This commit is contained in:
2026-02-12 15:58:51 +01:00
parent e6318ecadd
commit 01e5b2f772
22 changed files with 36 additions and 20 deletions

View File

@@ -81,4 +81,12 @@
.elementor-widget-acf-product-label .product-label span.rehau {
color: #fff;
background: #37a58c;
}
.elementor-widget-acf-product-label .product-label span.aliplast {
color: #fff;
background: #c62c37;
}
.elementor-widget-acf-product-label .product-label span.aluprof {
color: #fff;
background: #1e1f43;
}/*# sourceMappingURL=main.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -98,6 +98,14 @@
color: #fff;
background: #37a58c;
}
&.aliplast {
color: #fff;
background: #c62c37;
}
&.aluprof {
color: #fff;
background: #1e1f43;
}
}
}
}