Commit 89b0cdad authored by Chi Bui's avatar Chi Bui 👀

edit css

parent 02f02e97
...@@ -773,7 +773,7 @@ article.commerce-product.teaser-mini .product-right{ ...@@ -773,7 +773,7 @@ article.commerce-product.teaser-mini .product-right{
color: #975050 !important; color: #975050 !important;
} }
.search .input-group button { .search .input-group button {
font-size: 12px; font-size: 14px;
text-transform: uppercase; text-transform: uppercase;
border: 0; border: 0;
position: absolute; position: absolute;
...@@ -782,7 +782,7 @@ article.commerce-product.teaser-mini .product-right{ ...@@ -782,7 +782,7 @@ article.commerce-product.teaser-mini .product-right{
right: -2px; right: -2px;
background: #eb5235; background: #eb5235;
color: #fff; color: #fff;
font-weight: 500; font-weight: 600;
padding: 0 20px; padding: 0 20px;
min-width: 110px; min-width: 110px;
border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0;
...@@ -986,6 +986,16 @@ header.navbar .block-search-navigation .search-icon { ...@@ -986,6 +986,16 @@ header.navbar .block-search-navigation .search-icon {
/* invi 991 response */ /* invi 991 response */
@media (max-width: 991px) { @media (max-width: 991px) {
.middle-header-wrapper .container-fluid.fixed-top{
height: 60px !important
}
footer .field--type-text-with-summary img {
width: 100% !important
}
header.navbar .category-menu .block-title span ,
header .link_content .field--type-text-with-summary p{
font-size: 14px !important
}
.hl-link img{ .hl-link img{
height: 24px !important height: 24px !important
} }
...@@ -3054,6 +3064,12 @@ p { ...@@ -3054,6 +3064,12 @@ p {
.lead { .lead {
font-size: 21px; font-size: 21px;
} }
.middle-header-wrapper .region-right-middle-header .cart-block-wrapper{
margin: 0 auto;
position: absolute !important;
right: 10px !important;
top: 5px !important
}
} }
small, small,
......
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
{{ page.left_middle_header }} {{ page.left_middle_header }}
{% endif %} {% endif %}
</div> </div>
<div class="col-lg-6 col-md-6 col-xs-2 order-button text-center"> <div class="col-lg-6 col-md-6 col-xs-1 order-button text-center">
<header{{ navbar_attributes.addclass(navbar_classes) }} id="navbar" role="banner"> <header{{ navbar_attributes.addclass(navbar_classes) }} id="navbar" role="banner">
<div class="navbar-header"> <div class="navbar-header">
{% if page.middle_header %} {% if page.middle_header %}
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
</button> </button>
</div> </div>
<div class="col-md-3 col-lg-3 col-xs-3"> <div class="col-md-3 col-lg-3 col-xs-4">
{% if page.right_middle_header %} {% if page.right_middle_header %}
{{ page.right_middle_header }} {{ page.right_middle_header }}
{% endif %} {% endif %}
......
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