Update from Shopify for theme SHX-Theme/main

Committed from shop: Quickstart (e8822a71)
pull/1/head
shopify[bot] 2024-05-31 09:11:54 +00:00 committed by GitHub
parent 9b48058d60
commit cc67493a2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -460,7 +460,8 @@
"custom_css": [ "custom_css": [
"\/*dropdown menu which is shown on click add to warenkorb *\/.cart-notification__links a {color: #000; background-color: #bda67e;}", "\/*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;}", ".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;}"
] ]
} }
} }

View File

@ -54,7 +54,7 @@
"custom_liquid_XTpH9w": { "custom_liquid_XTpH9w": {
"type": "custom_liquid", "type": "custom_liquid",
"settings": { "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": { "icon_with_text_yXXnBb": {