Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-04-18 00:02:27 +02:00
parent a1703a9702
commit 8b79a8399d
8 changed files with 16316 additions and 16601 deletions

View File

@@ -3102,6 +3102,12 @@ body#checkout section.checkout-step .delivery-option {
}
}
.newsletter {
input[type="checkbox"] {
margin-left: 14px !important;
}
}
.newsletter_container {
display: flex;
align-items: center;