Save
This commit is contained in:
@@ -535,12 +535,6 @@
|
|||||||
<span class="label" style="font-weight: 700;">Płatność:</span> {payment}</div>
|
<span class="label" style="font-weight: 700;">Płatność:</span> {payment}</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td align="left" style="border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; font-size: 0px; padding: 10px 25px; padding-top: 0; word-break: break-word;">
|
|
||||||
<div style="font-family:Open sans, arial, sans-serif;font-size:16px;line-height:25px;text-align:left;color:#363A41;" align="left">
|
|
||||||
<span class="label" style="font-weight: 700;">Recycled packaging:</span> {recycled_packaging_label}</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -26,8 +26,6 @@ Przewoźnik: {carrier}
|
|||||||
|
|
||||||
Płatność: {payment}
|
Płatność: {payment}
|
||||||
|
|
||||||
Recycled packaging: {recycled_packaging_label}
|
|
||||||
|
|
||||||
Adres dostawy
|
Adres dostawy
|
||||||
|
|
||||||
{delivery_block_txt}
|
{delivery_block_txt}
|
||||||
|
|||||||
@@ -290,11 +290,6 @@
|
|||||||
<div style="font-family:Open sans, arial, sans-serif;font-size:16px;line-height:25px;text-align:{{ align_left }};color:#363A41;"><span class="label">{{ 'Payment:'|trans({}, 'Emails.Body', locale)|raw }}</span> {payment}</div>
|
<div style="font-family:Open sans, arial, sans-serif;font-size:16px;line-height:25px;text-align:{{ align_left }};color:#363A41;"><span class="label">{{ 'Payment:'|trans({}, 'Emails.Body', locale)|raw }}</span> {payment}</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td align="{{ align_left }}" style="font-size:0px;padding:10px 25px;padding-top:0;word-break:break-word;">
|
|
||||||
<div style="font-family:Open sans, arial, sans-serif;font-size:16px;line-height:25px;text-align:{{ align_left }};color:#363A41;"><span class="label">{{ 'Recycled packaging:'|trans({}, 'Emails.Body', locale)|raw }}</span> {recycled_packaging_label}</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -5702,6 +5702,23 @@ body {
|
|||||||
#promo-code {
|
#promo-code {
|
||||||
.promo-code {
|
.promo-code {
|
||||||
form {
|
form {
|
||||||
|
@media (max-width: 1200px) and (min-width: 992px) {
|
||||||
|
.promo-input {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.btn.btn-primary {
|
||||||
|
top: 0;
|
||||||
|
margin-top: 10px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 991px) and (min-width: 401px) {
|
||||||
|
.promo-input {
|
||||||
|
width: calc(100% - 120px);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 400px) {
|
@media (max-width: 400px) {
|
||||||
.promo-input {
|
.promo-input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user