This commit is contained in:
Roman Pyrih
2025-06-03 13:05:55 +02:00
parent 4e05b19379
commit 36f17c145b
7 changed files with 143 additions and 96 deletions

View File

@@ -5691,3 +5691,26 @@ body {
}
}
}
.card > .checkout {
.btn.btn-primary {
text-wrap: auto;
}
}
#promo-code {
.promo-code {
form {
@media (max-width: 400px) {
.promo-input {
width: 100%;
}
.btn.btn-primary {
top: 0;
margin-top: 10px;
width: 100%;
}
}
}
}
}