Save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user