Commit b6ae0e28 authored by Chi Bui's avatar Chi Bui 👀

edit color

parent fc07effa
......@@ -767,7 +767,7 @@
include $app_root . '/' . $site_path . '/settings.local.php';
}
$databases['default']['default'] = array (
'database' => 'invi_ptd2',
'database' => 'invi_ptd',
'username' => 'invi_dev',
'password' => 'Invi@123456789a@A',
'prefix' => '',
......
......@@ -36,7 +36,9 @@ article.commerce-product.teaser .product-image img:hover {
}
article.commerce-product.teaser .product-image img {
/* text-align: center; */
transition: all .4s linear;
margin: auto;
}
/* blog custom invi */
.single-blog {
......@@ -102,21 +104,25 @@ text-transform: uppercase;
/*end blog custom invi */
/* invi custom */
.wrap-header {
background: linear-gradient(45deg,#fee0a0 , #FCAB64);
}
.middle-header-wrapper {
background-color: #f7df24 !important;
/* background-color: #f7df24 !important; */
}
.bottom-nav {
background-color: #f7df24 !important;
/* background-color: #f7df24 !important; */
padding-bottom: 16px;
}
.region-middle-header{
min-width: 100%;
}
.region-middle-header .contextual-region.main-menu{
.region-middle-header .main-menu{
width: 100%;
}
.region-middle-header .contextual-region.main-menu .menu--main{
.region-middle-header .main-menu .menu--main{
display: flex;
width: 100%;
justify-content: space-between;
......@@ -373,7 +379,8 @@ header.navbar .category-menu ul.menu ul.dropdown-menu li {
}
.middle-header-wrapper .container-fluid.fixed-top.no-toolbar {
top: 0
top: 0;
margin: 0;
}
.footer-bottom-left {
......@@ -393,6 +400,7 @@ header.navbar .category-menu ul.menu ul.dropdown-menu li {
left: 0;
right: 0;
width: 100%;
height: 90px;
/* background: rgba(255, 255, 255, 0.95); */
}
......@@ -555,7 +563,7 @@ header.navbar .category-menu ul.menu.litte-menu {
.middle-header-wrapper .container-fluid {
display: flex;
align-items: center;
background: #f7df24;
/* background: #f7df24; */
}
@keyframes mymove {
......@@ -581,11 +589,11 @@ header.navbar .category-menu ul.menu.litte-menu {
.name.navbar-brand {
text-transform: uppercase;
color: #e94337 !important;
font-size: 30px !important;
font-size: 33px !important;
width: 100%;
letter-spacing: 0px !important;
font-weight: bold !important;
text-shadow: -2px 0 0 #fff, 0 -2px 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 2px 0 #fff, 3px 3px 4px rgba(0, 0, 0, 0.5);
text-shadow: -1px 0 0 #fff, 0 -1px 0 #fff, 1px 0 0 #fff, 0 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 2px 0 #fff, 3px 3px 4px rgba(0, 0, 0, 0.5);
}
header .link_content:hover {
......@@ -619,40 +627,40 @@ header .link_content a:hover {
}
.pin {
border: 1px solid #e94337;
border: 1.75px solid #f11300;
border-radius: 4px;
padding: 5px 20px;
background: #fe0024;
background: #ffffffcc;
color: white !important;
}
.pin_be {
display: flex;
align-items: center;
background: #f7df24;
/* background: #f7df24; */
}
.cong {
border-top: 1px solid #e94337;
border-bottom: 1px solid #e94337;
border-left: 1px solid #e94337;
border-top: 1.75px solid #f11300;
border-bottom: 1.75px solid #f11300;
border-left: 1.75px solid #f11300;
height: 29px;
line-height: 25px;
width: 10px;
background: #fe0024;
color: white;
background: #ffffffcc;
color: #f11300;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.tru {
border-top: 1px solid #e94337;
border-bottom: 1px solid #e94337;
border-right: 1px solid #e94337;
border-top: 1.75px solid #f11300;
border-bottom: 1.75px solid #f11300;
border-right: 1.75px solid #f11300;
height: 28px;
width: 10px;
color: white;
background: #fe0024;
color: #eb5235;
background: #ffffffcc;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
line-height: 25px;
......@@ -677,10 +685,11 @@ header.navbar .block-search-navigation {
position: relative;
width: 100%;
/* max-width: 650px; */
border: 2px solid #e94537;
border: 2.5px solid #e94537;
/* border-right: 2px solid #ebebeb; */
/* border-bottom: 2px solid #ebebeb; */
border-radius: 0 5px 5px 0;
border-radius: 6px;
overflow: hidden;
}
.search .input-group input::placeholder {
......@@ -695,11 +704,11 @@ header.navbar .block-search-navigation {
top: -2px;
bottom: -2px;
right: -2px;
background: #e94337;
background: #eb5235;
color: #fff;
font-weight: 500;
padding: 0 20px;
min-width: 128px;
min-width: 110px;
border-radius: 0 5px 5px 0;
-webkit-transition: 0.3s;
transition: 0.3s;
......@@ -707,14 +716,15 @@ header.navbar .block-search-navigation {
.search .input-group input {
border: 0;
background: white;
background: #fbce8b;
width: 100%;
height: 50px;
color: #333;
font-size: 14px;
font-weight: 400;
padding: 0 145px 0 20px;
/* opacity: 0.7; */
/* border-radius: 31px !important; */
/* opacity: 0.5; */
}
@media (max-width: 768px) {
......@@ -892,7 +902,19 @@ header.navbar .block-search-navigation .search-icon {
}
/* invi 991 response */
@media (max-width: 991px) {
article.commerce-product.teaser-mini .product-image{
max-width: 100px;
max-width: 100px;
}
article.commerce-product.teaser-mini .product-right{
max-width: 100% !important;
float: none;
}
.estore-homepage-first .collection-region .collection-hot-product .block-title{
margin-top: 29px !important;
}
header.navbar .category-menu ul.menu.litte-menu {
display: none !important;
}
......@@ -916,6 +938,7 @@ header.navbar .block-search-navigation .search-icon {
border-radius: 4px;
position: absolute;
top: 10px;
right: 0;
}
.mobile-top {
......@@ -923,11 +946,11 @@ header.navbar .block-search-navigation .search-icon {
flex-direction: column;
align-items: flex-start;
width: 300px;
position: absolute;
position: fixed;
top: 0;
left: -300px;
z-index: 999999;
height: 100vh;
height: 100%;
background: #f8ebbc;
color: black;
font-weight: 500;
......@@ -1043,12 +1066,16 @@ header.navbar .block-search-navigation .search-icon {
}
.region-mobile-top .navbar-nav {
margin-left: 0
margin-left: 0;
background: #f8ebbc;
display: flex;
flex-direction: column;
width: 100%;
}
.region-mobile-top .pin {
width: 100%;
background: none;
background: #f8ebbc;
border: none;
color: black !important;
}
......@@ -1058,6 +1085,14 @@ header.navbar .block-search-navigation .search-icon {
font-weight: 500;
font-size: 14px;
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
/* text-transform: capitalize; */
display: block;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #cbc8c8;
padding-top: 0;
}
header.navbar .category-menu ul.menu.hide-block {
......@@ -6937,7 +6972,7 @@ tbody.collapse.in {
.navbar-default {
border-color: #eee;
background-color: #fff;
/* background-color: #fff; */
}
.navbar-default .navbar-brand {
......@@ -10396,7 +10431,7 @@ body.toolbar-loading.toolbar {
height: 50px;
display: flex;
/* justify-content: center; */
background: #faeed9;
/* background: #faeed9; */
align-items: center;
}
......@@ -10494,7 +10529,7 @@ body.toolbar-loading.toolbar {
.middle-header-wrapper {
padding: 20px 0;
background: white;
/* background: white; */
}
.middle-header-wrapper .region-middle-header img {
......@@ -10732,7 +10767,7 @@ header.navbar .category-menu .block-title {
transition: all 0.5s ease-in-out;
color: #fff;
font-weight: 600;
background: #e94337;
background: #eb5235;
height: 57px;
font-size: 15px;
border-radius: 5px;
......@@ -10745,7 +10780,6 @@ header.navbar .category-menu .block-title i {
header.navbar .category-menu .block-title.active,
header.navbar .category-menu .block-title:hover {
background-color: #F95738;
}
@media (max-width: 991px) {
......@@ -10856,9 +10890,11 @@ header.navbar .main-menu ul.menu li:first-child {
header.navbar .main-menu ul.menu li a {
display: block;
font-weight: 900;
font-size: 15px;
padding: 0;
text-transform: uppercase;
color: white;
color: #f11300;
text-align: right;
line-height: inherit;
white-space: nowrap;
......
......@@ -21,13 +21,13 @@
#}
<article{{ attributes.addClass('commerce-product', 'teaser-mini', 'clearfix') }}>
<div class="product-inner row">
<div class="col-sm-4">
<div class="col-xs-3 col-md-4 col-lg-4">
<div class="product-image">
{{ product.field_images[0] }}
<div class="products-hover-wrapper"></div>
</div>
</div>
<div class="col-sm-8">
<div class="col-xs-9 col-md-8 col-lg-8">
<div class="product-right">
<h4 class="product-title">
<a href="{{ product_url }}">{{ product.title }}</a>
......
......@@ -131,71 +131,73 @@
</div>
</div>
</div>
<div class="mobile-modal"></div>
<div class="middle-header-wrapper clearfix">
<div class="container-fluid">
<div class="col-md-3 col-xs-7">
{% if page.left_middle_header %}
{{ page.left_middle_header }}
{% endif %}
</div>
<div class="col-lg-6 col-md-6 col-xs-2 order-button text-center">
<header{{ navbar_attributes.addclass(navbar_classes) }} id="navbar" role="banner">
<div class="navbar-header">
{% if page.middle_header %}
{{ page.middle_header }}
{% endif %}
</div>
</header>
<button type="button" name="button" class="btn-mobile-top">
<i class="fa fa-bars" aria-hidden="true"></i>
</button>
</div>
<div class="wrap-header">
<div class="middle-header-wrapper clearfix">
<div class="container-fluid">
<div class="col-md-3 col-xs-7">
{% if page.left_middle_header %}
{{ page.left_middle_header }}
{% endif %}
</div>
<div class="col-lg-6 col-md-6 col-xs-2 order-button text-center">
<header{{ navbar_attributes.addclass(navbar_classes) }} id="navbar" role="banner">
<div class="navbar-header">
{% if page.middle_header %}
{{ page.middle_header }}
{% endif %}
</div>
<div class="col-md-3 col-lg-3 col-xs-3">
{% if page.right_middle_header %}
{{ page.right_middle_header }}
{% endif %}
</header>
<button type="button" name="button" class="btn-mobile-top">
<i class="fa fa-bars" aria-hidden="true"></i>
</button>
</div>
<div class="col-md-3 col-lg-3 col-xs-3">
{% if page.right_middle_header %}
{{ page.right_middle_header }}
{% endif %}
</div>
</div>
</div>
</div>
<header{{ navbar_attributes.addclass(navbar_classes, 'bottom-nav') }} id="navbar" role="banner">
{% if not navbar_attributes.hasClass(container) %}
<div class="{{ container }}">
{% endif %}
<div class="navbar-header">
<header{{ navbar_attributes.addclass(navbar_classes, 'bottom-nav') }} id="navbar" role="banner">
{% if not navbar_attributes.hasClass(container) %}
<div class="{{ container }}">
{% endif %}
<div class="navbar-header">
{{ page.navigation }}
<div class="row">
<div class="col-lg-3 col-xs-6 col-md-3">
{{page.right_bottom_header}}
{{ page.navigation }}
<div class="row">
<div class="col-lg-3 col-xs-6 col-md-3">
{{page.right_bottom_header}}
</div>
<div class="col-lg-6 col-md-6">
{{page.middle_bottom_header}}
</div>
<div class="col-lg-3 col-xs-6 col-md-3">
{{page.left_bottom_header}}
</div>
<div class="col-lg-6 col-md-6">
{{page.middle_bottom_header}}
</div>
<div class="col-lg-3 col-xs-6 col-md-3">
{{page.left_bottom_header}}
</div>
</div>
</div>
</div>
{# Navigation (collapsible) #}
{% if page.navigation_collapsible %}
<div id="navbar-collapse" class="navbar-collapse collapse">
{# Navigation (collapsible) #}
{% if page.navigation_collapsible %}
<div id="navbar-collapse" class="navbar-collapse collapse">
{{ page.navigation_collapsible }}
{{ page.navigation_collapsible }}
</div>
{% endif %}
{% if not navbar_attributes.hasClass(container) %}
</div>
{% endif %}
{% if not navbar_attributes.hasClass(container) %}
</div>
{% endif %}
</header>
</header>
</div>
<div class="mobile-modal"></div>
{% endblock %}
{# Main #}
......
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