Update from Shopify for theme SHX-Theme/main
Committed from shop: Quickstart (e8822a71)pull/1/head
parent
9b48058d60
commit
cc67493a2a
|
@ -460,7 +460,8 @@
|
|||
"custom_css": [
|
||||
"\/*dropdown menu which is shown on click add to warenkorb *\/.cart-notification__links a {color: #000; background-color: #bda67e;}",
|
||||
".cart-notification__links .link {color: #ecdec6;}",
|
||||
" \/* on phones with 390 to 420 px there is the problem that there is no padding to the screen end *\/@media (max-width: 450px) {h1 {padding-left: 12px; padding-right: 12px; }}"
|
||||
" \/* on phones with 390 to 420 px there is the problem that there is no padding to the screen end *\/@media (max-width: 450px) {h1 {padding-left: 12px; padding-right: 12px; }}",
|
||||
"#test {padding: 0; margin: 0;}"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
"custom_liquid_XTpH9w": {
|
||||
"type": "custom_liquid",
|
||||
"settings": {
|
||||
"custom_liquid": "<div style=\"display: flex; flex-direction: column; align-items: center\">\n <span>Sicher Bezahlen mit<\/span>\n <ul class=\"list list-payment\" role=\"list\">\n {%- for type in shop.enabled_payment_types -%}\n <li class=\"list-payment__item\">\n {{ type | payment_type_svg_tag: class: 'icon icon--full-color' }}\n <\/li>\n {%- endfor -%}\n <\/ul>\n<\/div>"
|
||||
"custom_liquid": "<div id=\"test\" style=\"display: flex; flex-direction: column; align-items: center\">\n <span>Sicher Bezahlen mit<\/span>\n <ul class=\"list list-payment\" role=\"list\">\n {%- for type in shop.enabled_payment_types -%}\n <li class=\"list-payment__item\">\n {{ type | payment_type_svg_tag: class: 'icon icon--full-color' }}\n <\/li>\n {%- endfor -%}\n <\/ul>\n<\/div>"
|
||||
}
|
||||
},
|
||||
"icon_with_text_yXXnBb": {
|
||||
|
|
Loading…
Reference in New Issue