Skip to content

Commit 42396ee

Browse files
committed
Adjustments to theme after moving templates and styles to is_searchbar module
1 parent 7c3610f commit 42396ee

File tree

9 files changed

+1
-126
lines changed

9 files changed

+1
-126
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
@import "icomoon";
2-
@import "search";

_dev/css/abstracts/variables/custom/_search.scss

Lines changed: 0 additions & 1 deletion
This file was deleted.

_dev/css/theme/components/_index.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
@import "404/index";
66
@import "newsletter/index";
77
@import "homeslider/index";
8-
@import "search/index";
98
@import "page-loader/index";
109
@import "links-list/index";

_dev/css/theme/components/search/_index.scss

Lines changed: 0 additions & 2 deletions
This file was deleted.

_dev/css/theme/components/search/_search-form.scss

Lines changed: 0 additions & 54 deletions
This file was deleted.

_dev/css/theme/components/search/_search-result.scss

Lines changed: 0 additions & 53 deletions
This file was deleted.

templates/_partials/mobile-modals.tpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11

2-
{include file="_partials/modal-search.tpl"}
3-
42
{include file="_partials/modal-filters.tpl"}

templates/_partials/modal-search.tpl

Lines changed: 0 additions & 11 deletions
This file was deleted.

templates/components/offcanvas.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
>
88
{block name='offcanvas_content'}
99
{block name='offcanvas_header'}
10-
<div class="offcanvas-header {block name='offcanvas_header_extra_class'}{/block}">
10+
<div class="offcanvas-header {block name='offcanvas_header_extra_class'}border-bottom{/block}">
1111
{block name='offcanvas_title' hide}
1212
<h5 class="offcanvas-title">{$smarty.block.child}</h5>
1313
{/block}

0 commit comments

Comments
 (0)