diff --git a/falcon/_dev/css/theme/_index.scss b/falcon/_dev/css/theme/_index.scss index 2efc03b..d3714c7 100644 --- a/falcon/_dev/css/theme/_index.scss +++ b/falcon/_dev/css/theme/_index.scss @@ -5,3 +5,4 @@ @import "layout/index"; @import "components/index"; +@import "custom/custom"; diff --git a/falcon/modules/is_favoriteproducts/views/templates/hook/button-product.tpl b/falcon/modules/is_favoriteproducts/views/templates/hook/button-product.tpl index f120e65..5d00fb0 100644 --- a/falcon/modules/is_favoriteproducts/views/templates/hook/button-product.tpl +++ b/falcon/modules/is_favoriteproducts/views/templates/hook/button-product.tpl @@ -18,7 +18,7 @@ {/if}
- {capture name="svg_output"}{svg_icon file='heart.svg'}{/capture} + {capture name="svg_output"}{svg_icon file='heart.svg' width="22"}{/capture} {if $smarty.capture.svg_output} {$smarty.capture.svg_output nofilter} {else} diff --git a/falcon/modules/is_favoriteproducts/views/templates/hook/button.tpl b/falcon/modules/is_favoriteproducts/views/templates/hook/button.tpl index 7ee1699..0188a2d 100644 --- a/falcon/modules/is_favoriteproducts/views/templates/hook/button.tpl +++ b/falcon/modules/is_favoriteproducts/views/templates/hook/button.tpl @@ -17,7 +17,7 @@ {/if}
- {capture name="svg_output"}{svg_icon file='heart.svg'}{/capture} + {capture name="svg_output"}{svg_icon file='heart.svg' width="22"}{/capture} {if $smarty.capture.svg_output} {$smarty.capture.svg_output nofilter} {else} diff --git a/falcon/modules/ps_contactinfo/ps_contactinfo.tpl b/falcon/modules/ps_contactinfo/ps_contactinfo.tpl index bcbe054..278c738 100644 --- a/falcon/modules/ps_contactinfo/ps_contactinfo.tpl +++ b/falcon/modules/ps_contactinfo/ps_contactinfo.tpl @@ -28,7 +28,13 @@
{l s='Store information' d='Shop.Theme.Global'} - + {capture name="svg_output"}{svg_icon file='chevron_down.svg'}{/capture} + {if $smarty.capture.svg_output} + + {$smarty.capture.svg_output nofilter} + {else} + + {/if}
diff --git a/falcon/modules/ps_customeraccountlinks/ps_customeraccountlinks.tpl b/falcon/modules/ps_customeraccountlinks/ps_customeraccountlinks.tpl index 0756b45..09ae64f 100644 --- a/falcon/modules/ps_customeraccountlinks/ps_customeraccountlinks.tpl +++ b/falcon/modules/ps_customeraccountlinks/ps_customeraccountlinks.tpl @@ -28,7 +28,13 @@
{l s='Your account' d='Shop.Theme.Customeraccount'} - + {capture name="svg_output"}{svg_icon file='chevron_down.svg'}{/capture} + {if $smarty.capture.svg_output} + + {$smarty.capture.svg_output nofilter} + {else} + + {/if}
diff --git a/falcon/modules/ps_customersignin/ps_customersignin.tpl b/falcon/modules/ps_customersignin/ps_customersignin.tpl index bc98a32..681ff4a 100644 --- a/falcon/modules/ps_customersignin/ps_customersignin.tpl +++ b/falcon/modules/ps_customersignin/ps_customersignin.tpl @@ -34,7 +34,12 @@ {/if} >
- person + {capture name="svg_output"}{svg_icon file='person.svg'}{/capture} + {if $smarty.capture.svg_output} + {$smarty.capture.svg_output nofilter} + {else} + person + {/if}
diff --git a/falcon/modules/ps_linklist/views/templates/hook/linkblock-column.tpl b/falcon/modules/ps_linklist/views/templates/hook/linkblock-column.tpl index d6f261f..d4174ea 100644 --- a/falcon/modules/ps_linklist/views/templates/hook/linkblock-column.tpl +++ b/falcon/modules/ps_linklist/views/templates/hook/linkblock-column.tpl @@ -4,7 +4,13 @@
{$linkBlock.title} - + {capture name="svg_output"}{svg_icon file='chevron_down.svg'}{/capture} + {if $smarty.capture.svg_output} + + {$smarty.capture.svg_output nofilter} + {else} + + {/if}