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

edit product

parent 54713715
...@@ -767,7 +767,7 @@ ...@@ -767,7 +767,7 @@
include $app_root . '/' . $site_path . '/settings.local.php'; include $app_root . '/' . $site_path . '/settings.local.php';
} }
$databases['default']['default'] = array ( $databases['default']['default'] = array (
'database' => 'invi_ptd', 'database' => 'invi_ptd2',
'username' => 'invi_dev', 'username' => 'invi_dev',
'password' => 'Invi@123456789a@A', 'password' => 'Invi@123456789a@A',
'prefix' => '', 'prefix' => '',
......
...@@ -38,6 +38,68 @@ article.commerce-product.teaser .product-image img:hover { ...@@ -38,6 +38,68 @@ article.commerce-product.teaser .product-image img:hover {
article.commerce-product.teaser .product-image img { article.commerce-product.teaser .product-image img {
transition: all .4s linear; transition: all .4s linear;
} }
/* blog custom invi */
.single-blog {
overflow: hidden;
border-right: 0;
padding: 0 0 20px;
margin-bottom: 20px;
border-bottom: 1px solid #ebebeb;
}
.blog_thumb {
float: left;
width: 45%;
}
.blog_content {
width: 55%;
float: left;
text-align: left;
padding: 15px 15px 0 30px;
}
.blog_content h4 {
font-size: 20px;
text-transform: capitalize;
font-weight: 500;
line-height: 24px;
margin-bottom: 0;
}
.blog_meta {
margin-bottom: 17px;
border-bottom: 1px solid #ebebeb;
padding-bottom: 17px;
}
.blog_desc {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
height: 70px
}
.single-blog{
color: black;
}
.blog_desc *{
line-height: 23px;
color: #222222;
font-weight: 500
}
.single-blog h4 a {
color: #222222
}
.blog_wrapper .btn_more a {
color: #c40316;
font-size: 13px;
text-transform: uppercase;
font-weight: 500;
line-height: 20px;
display: inline-block;
}
.single-blog footer{
position: absolute;
bottom: -117px;
text-transform: uppercase;
}
/*end blog custom invi */
/* invi custom */ /* invi custom */
.middle-header-wrapper { .middle-header-wrapper {
...@@ -57,7 +119,7 @@ article.commerce-product.teaser .product-image img { ...@@ -57,7 +119,7 @@ article.commerce-product.teaser .product-image img {
.region-middle-header .contextual-region.main-menu .menu--main{ .region-middle-header .contextual-region.main-menu .menu--main{
display: flex; display: flex;
width: 100%; width: 100%;
justify-content: space-around; justify-content: space-between;
} }
.pin{ .pin{
width: 100% !important; width: 100% !important;
...@@ -432,7 +494,7 @@ header.navbar .category-menu ul.menu.litte-menu { ...@@ -432,7 +494,7 @@ header.navbar .category-menu ul.menu.litte-menu {
font-family: FontAwesome; font-family: FontAwesome;
content: "\f067"; content: "\f067";
top: 10px; top: 10px;
right: 19px; right: 14px;
font-size: 9px; font-size: 9px;
font-weight: 200; font-weight: 200;
pointer-events: none; pointer-events: none;
...@@ -458,7 +520,7 @@ header.navbar .category-menu ul.menu.litte-menu { ...@@ -458,7 +520,7 @@ header.navbar .category-menu ul.menu.litte-menu {
width: 18px; width: 18px;
text-align: center; text-align: center;
border-radius: 50% 50%; border-radius: 50% 50%;
border: 1.5px solid black; border: 1.5px solid red;
} }
.less-category:hover::before { .less-category:hover::before {
...@@ -2613,7 +2675,7 @@ a { ...@@ -2613,7 +2675,7 @@ a {
a:hover, a:hover,
a:focus { a:focus {
text-decoration: none; text-decoration: none;
color: #0083ad; color: #eb5235;
} }
a:focus { a:focus {
...@@ -2887,7 +2949,7 @@ mark, ...@@ -2887,7 +2949,7 @@ mark,
a.text-primary:hover, a.text-primary:hover,
a.text-primary:focus { a.text-primary:focus {
color: #0083ad; color: #eb5235;
} }
.text-success { .text-success {
...@@ -2936,7 +2998,7 @@ a.text-danger:focus { ...@@ -2936,7 +2998,7 @@ a.text-danger:focus {
a.bg-primary:hover, a.bg-primary:hover,
a.bg-primary:focus { a.bg-primary:focus {
background-color: #0083ad; background-color: #eb5235;
} }
.bg-success { .bg-success {
...@@ -5275,7 +5337,7 @@ fieldset[disabled] .btn-default.focus { ...@@ -5275,7 +5337,7 @@ fieldset[disabled] .btn-default.focus {
.btn-primary.focus { .btn-primary.focus {
color: #fff; color: #fff;
border-color: #003647; border-color: #003647;
background-color: #0083ad; background-color: #eb5235;
} }
.btn-primary:hover { .btn-primary:hover {
...@@ -5289,7 +5351,7 @@ fieldset[disabled] .btn-default.focus { ...@@ -5289,7 +5351,7 @@ fieldset[disabled] .btn-default.focus {
.open>.btn-primary.dropdown-toggle { .open>.btn-primary.dropdown-toggle {
color: #fff; color: #fff;
border-color: #eb5335; border-color: #eb5335;
background-color: #0083ad; background-color: #eb5235;
} }
.btn-primary:active:hover, .btn-primary:active:hover,
...@@ -5616,7 +5678,7 @@ fieldset[disabled] .btn-link { ...@@ -5616,7 +5678,7 @@ fieldset[disabled] .btn-link {
.btn-link:hover, .btn-link:hover,
.btn-link:focus { .btn-link:focus {
text-decoration: none; text-decoration: none;
color: #0083ad; color: #eb5235;
background-color: transparent; background-color: transparent;
} }
...@@ -7181,7 +7243,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -7181,7 +7243,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination>li>span:hover, .pagination>li>span:hover,
.pagination>li>span:focus { .pagination>li>span:focus {
z-index: 2; z-index: 2;
color: #0083ad; color: #eb5235;
border-color: #ddd; border-color: #ddd;
background-color: #e2e2e2; background-color: #e2e2e2;
} }
...@@ -7348,7 +7410,7 @@ a.label:focus { ...@@ -7348,7 +7410,7 @@ a.label:focus {
.label-primary[href]:hover, .label-primary[href]:hover,
.label-primary[href]:focus { .label-primary[href]:focus {
background-color: #0083ad; background-color: #eb5235;
} }
.label-success { .label-success {
...@@ -11776,14 +11838,26 @@ article.commerce-product.full .product-left { ...@@ -11776,14 +11838,26 @@ article.commerce-product.full .product-left {
article.commerce-product.full .product-right .product-title { article.commerce-product.full .product-right .product-title {
margin: 0 65px 10px 0; margin: 0 65px 10px 0;
} }
article.commerce-product.full .product-right {
display: flex;
flex-direction: column;
}
article.commerce-product.full .product-right div {
order: 2;
font-size: 16px;
line-height: 26px;
}
article.commerce-product.full .product-right h3 div {
font-size: inherit;
line-height: 35px
}
article.commerce-product.full .product-right .field--name-price { article.commerce-product.full .product-right .field--name-price {
position: absolute; order: 1;
z-index: 10; z-index: 10;
top: 0; top: 0;
right: 15px; right: 15px;
color: #e94337; color: #e94337;
font-size: 20px; font-size: 24px;
font-weight: bold; font-weight: bold;
} }
......
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