This commit is contained in:
2025-10-23 10:22:12 +02:00
parent cd0550457f
commit ef11e55cb5
3 changed files with 73 additions and 2 deletions

View File

@@ -141,6 +141,11 @@ body {
opacity: 0;
visibility: hidden;
z-index: 1;
a {
color: #ba2c2c;
text-decoration: underline;
}
}
}
}
@@ -231,6 +236,18 @@ body {
column-gap: 10px;
> .price {
.price__container {
display: flex;
flex-wrap: wrap;
.main-price {
order: -2;
}
.price-name {
order: -1;
}
}
.main-price,
.price-name {
color: #ba2c2c;
@@ -240,8 +257,44 @@ body {
line-height: 1;
letter-spacing: 0;
}
.price__regular,
.js__omnibus-price-container {
font-weight: 400;
}
.price__inactive,
.js__omnibus-price-gross {
font-weight: 700;
}
.price__regular,
.price__inactive,
.js__omnibus-price-container,
.js__omnibus-price-gross {
color: rgba(26, 49, 88, 0.6);
font-size: 13px;
line-height: 1;
letter-spacing: 0;
}
}
> .price-netto {
.price-netto__container {
display: flex;
flex-wrap: wrap;
.underscore_1 {
order: -4;
}
.underscore_2 {
order: -1;
}
.main-price {
order: -3;
}
.price-name {
order: -2;
}
}
.main-price,
.price-name,
.underscore_1,
@@ -255,6 +308,24 @@ body {
.price-name {
margin: 0;
}
.price__regular,
.js__omnibus-price-container {
font-weight: 400;
}
.price__inactive,
.js__omnibus-price-gross {
font-weight: 700;
}
.price__regular,
.price__inactive,
.js__omnibus-price-container,
.js__omnibus-price-gross {
color: rgba(26, 49, 88, 0.6);
font-size: 13px;
line-height: 1;
letter-spacing: 0;
}
}
}
}