This commit is contained in:
2025-10-02 11:43:00 +02:00
parent c02b904f54
commit 8ddf81a3e5
3 changed files with 21 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -4345,3 +4345,22 @@ form {
transform: translateX(-50%);
}
}
.cart-voucher {
.promo-name {
padding: 10px;
.cart-summary-line {
display: flex;
flex-direction: row;
justify-content: space-between;
> .label {
text-align: left;
}
.float-xs-right {
min-width: fit-content;
}
}
}
}