Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjustments to theme after moving templates and styles to the module #356

Merged
merged 1 commit into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion _dev/css/abstracts/variables/custom/_index.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
@import "icomoon";
@import "search";
1 change: 0 additions & 1 deletion _dev/css/abstracts/variables/custom/_search.scss

This file was deleted.

1 change: 0 additions & 1 deletion _dev/css/theme/components/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
@import "404/index";
@import "newsletter/index";
@import "homeslider/index";
@import "search/index";
@import "page-loader/index";
@import "links-list/index";
2 changes: 0 additions & 2 deletions _dev/css/theme/components/search/_index.scss

This file was deleted.

54 changes: 0 additions & 54 deletions _dev/css/theme/components/search/_search-form.scss

This file was deleted.

53 changes: 0 additions & 53 deletions _dev/css/theme/components/search/_search-result.scss

This file was deleted.

2 changes: 0 additions & 2 deletions templates/_partials/mobile-modals.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@

{include file="_partials/modal-search.tpl"}

{include file="_partials/modal-filters.tpl"}
11 changes: 0 additions & 11 deletions templates/_partials/modal-search.tpl

This file was deleted.

2 changes: 1 addition & 1 deletion templates/components/offcanvas.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
>
{block name='offcanvas_content'}
{block name='offcanvas_header'}
<div class="offcanvas-header {block name='offcanvas_header_extra_class'}{/block}">
<div class="offcanvas-header {block name='offcanvas_header_extra_class'}border-bottom{/block}">
{block name='offcanvas_title' hide}
<h5 class="offcanvas-title">{$smarty.block.child}</h5>
{/block}
Expand Down