Commit 327df60f authored by Chi Bui's avatar Chi Bui 👀

edit css

parent b6ae0e28
......@@ -106,7 +106,7 @@ text-transform: uppercase;
/* invi custom */
.wrap-header {
background: linear-gradient(45deg,#fee0a0 , #FCAB64);
background: linear-gradient(45deg,#fee0a0 , #facd87)
}
.middle-header-wrapper {
/* background-color: #f7df24 !important; */
......@@ -359,7 +359,17 @@ header.navbar .category-menu ul.menu ul.dropdown-menu li span {
margin-top: 14px;
border-radius: 9px;
}
.view-manufacturer-list .view-content{
display: flex;
justify-content: space-around;
height: 100px;
}
.view-manufacturer-list .view-content img.img-responsive{
display: block;
height: auto;
height: 90px !important;
width: auto !important;
}
header.navbar .category-menu ul.menu ul.dropdown-menu li {
/* border: none; */
font-weight: 200 !important;
......@@ -401,9 +411,11 @@ header.navbar .category-menu ul.menu ul.dropdown-menu li {
right: 0;
width: 100%;
height: 90px;
/* background: rgba(255, 255, 255, 0.95); */
background: linear-gradient(45deg,#fee0a0 , #f5be77);
}
header.navbar .category-menu ul.menu.litte-menu {
height: 455px;
/* // overflow: hidden; */
......@@ -693,9 +705,12 @@ header.navbar .block-search-navigation {
}
.search .input-group input::placeholder {
color: #333;
color: #975050 !important;
}
.search .input-group input {
color: #975050 !important;
}
.search .input-group button {
font-size: 12px;
text-transform: uppercase;
......@@ -716,7 +731,7 @@ header.navbar .block-search-navigation {
.search .input-group input {
border: 0;
background: #fbce8b;
background: #fcdb99;
width: 100%;
height: 50px;
color: #333;
......@@ -733,7 +748,7 @@ header.navbar .block-search-navigation {
}
.middle-header-wrapper .region-left-middle-header .branding-block .site-title .name.navbar-brand {
font-size: 19px !important;
font-size: 25px !important;
}
.middle-header-wrapper .region-left-middle-header .branding-block .site-title p.navbar-text {
......@@ -904,6 +919,17 @@ header.navbar .block-search-navigation .search-icon {
/* invi 991 response */
@media (max-width: 991px) {
header.navbar .category-menu ul.menu.hide-block{
height: 334px;
overflow-y: scroll;
overflow-x: hidden;
}
.menu--category-menu .open ul.sidebar-submenu-2{
position: relative;
left: 0
}
article.commerce-product.teaser-mini .product-image{
max-width: 100px;
max-width: 100px;
......@@ -11151,7 +11177,7 @@ header.navbar .block-search-navigation .search-icon.active {
.footer {
padding: 50px 0 0 0;
background-color: #f7df24;
background: linear-gradient(45deg,#fee0a0 , #f5be77);
}
.footer .block .block-title {
......@@ -11461,11 +11487,13 @@ header.navbar .block-search-navigation .search-icon.active {
display: block;
max-width: 100%;
height: auto;
height: 464px;
width: auto;
}
.estore-homepage-first .collection-region .collection-hot-product .block-title {
margin: 0;
padding: 5px 0;
padding: 10px 0;
text-align: center;
text-transform: uppercase;
color: #fff;
......@@ -12156,7 +12184,7 @@ article.commerce-product.teaser .product-image .products-hover-wrapper {
}
article.commerce-product.teaser .product-title {
margin: 10px 0 0;
margin: 28px 0 0;
padding: 0;
text-align: center;
font-size: 15px;
......
......@@ -88,16 +88,16 @@ $(".sidebar-submenu-3").eq(i).addClass('ul-flex');
// Custom menu
$(".dropdown-toggle").mouseover(function() {
$(this).parent("li.expanded.dropdown").addClass("open");
// $(this).parent("li.expanded.dropdown").addClass("open");
})
$(".dropdown-menu").mouseover(function() {
$(this).parent("li.expanded.dropdown").addClass("open");
// $(this).parent("li.expanded.dropdown").addClass("open");
})
$(".dropdown-menu").mouseleave(function() {
$(this).parent("li.expanded.dropdown").removeClass("open");
// $(this).parent("li.expanded.dropdown").removeClass("open");
})
$(".dropdown-toggle").mouseleave(function() {
$(this).parent("li.expanded.dropdown").removeClass("open");
// $(this).parent("li.expanded.dropdown").removeClass("open");
})
......
......@@ -177,6 +177,7 @@
{{page.middle_bottom_header}}
</div>
<div class="col-lg-3 col-xs-6 col-md-3">
{{page.left_bottom_header}}
</div>
</div>
......
......@@ -20,9 +20,9 @@
<div id="estore-featured-products-carousel" class="features-products-carousel carousel slide" data-ride="carousel">
<div class="featured-top">
<div class="featured-title">
<h3 class="title">{{ 'Featured'|t }}</h3>
<h3 class="title">{{ 'Sản phẩm nổi bật'|t }}</h3>
{% if view.display_handler.options['title'] != '' %}
<h4 class="sub-title">{{ view.display_handler.options['title']|t }}</h4>
{# <h4 class="sub-title">{{ view.display_handler.options['title']|t }}</h4> #}
{% endif %}
</div>
<div class="carousel-controls">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment