diff --git a/falcon/_dev/css/theme/custom/_custom.scss b/falcon/_dev/css/theme/custom/_custom.scss index 614a919..a660a38 100644 --- a/falcon/_dev/css/theme/custom/_custom.scss +++ b/falcon/_dev/css/theme/custom/_custom.scss @@ -12,9 +12,10 @@ //@import "modules/"; //Layouts: Parts of a page, such as the header, footer, etc. -//@import "layout/header"; //@import "layout/footer"; +@import "layout/header"; @import "layout/left-column"; +@import "layout/swiper"; // Pages //@import "pages/category"; diff --git a/falcon/_dev/css/theme/custom/layout/_header.scss b/falcon/_dev/css/theme/custom/layout/_header.scss new file mode 100644 index 0000000..c5f328d --- /dev/null +++ b/falcon/_dev/css/theme/custom/layout/_header.scss @@ -0,0 +1,13 @@ +.header-top__row { + flex-wrap: wrap; + .header-top__block--search { + @include media-breakpoint-down(sm) { + order: 1; + } + .js-search-form { + max-width: unset; + width: 100%; + margin: 0; + } + } +} diff --git a/falcon/_dev/css/theme/custom/layout/_swiper.scss b/falcon/_dev/css/theme/custom/layout/_swiper.scss new file mode 100644 index 0000000..ecbc892 --- /dev/null +++ b/falcon/_dev/css/theme/custom/layout/_swiper.scss @@ -0,0 +1,3 @@ +.swiper-slide { + height: auto; +} diff --git a/falcon/_dev/img/x.svg b/falcon/_dev/img/x.svg index fdcc4e8..61979ba 100644 --- a/falcon/_dev/img/x.svg +++ b/falcon/_dev/img/x.svg @@ -1,3 +1,20 @@ - \ No newline at end of file + diff --git a/falcon/modules/is_favoriteproducts/views/templates/hook/top.tpl b/falcon/modules/is_favoriteproducts/views/templates/hook/top.tpl new file mode 100644 index 0000000..259802d --- /dev/null +++ b/falcon/modules/is_favoriteproducts/views/templates/hook/top.tpl @@ -0,0 +1,19 @@ +
diff --git a/falcon/modules/is_searchbar/views/templates/hook/is_searchbar.tpl b/falcon/modules/is_searchbar/views/templates/hook/is_searchbar.tpl new file mode 100644 index 0000000..4cda15b --- /dev/null +++ b/falcon/modules/is_searchbar/views/templates/hook/is_searchbar.tpl @@ -0,0 +1,17 @@ +