This commit is contained in:
Roman Pyrih
2025-10-28 14:05:31 +01:00
parent e6daec307c
commit 23df0e5a76
3 changed files with 23 additions and 2 deletions

View File

@@ -373,6 +373,27 @@ body {
}
}
.product-price-info {
.price-netto {
color: #1a3158;
font-family: 'Open Sans';
font-weight: 400;
font-size: 13px;
line-height: 1.5;
opacity: 0.6;
margin: 0;
div {
display: inline-block;
}
* {
color: inherit;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
text-decoration: none;
}
}
p {
color: #1a3158;
font-family: 'Open Sans';