Commit 3221aa4c authored by Chi Bui's avatar Chi Bui 👀

edit css

parent fe0b0b5d
......@@ -767,7 +767,7 @@
include $app_root . '/' . $site_path . '/settings.local.php';
}
$databases['default']['default'] = array (
'database' => 'invi_ptd',
'database' => 'invi_ptd2',
'username' => 'invi_dev',
'password' => 'Invi@123456789a@A',
'prefix' => '',
......
......@@ -424,7 +424,9 @@ header.navbar .category-menu ul.menu ul.dropdown-menu li {
.footer-bottom-left {
margin-top: 10px;
}
.main-container{
min-height: 350px
}
@media (min-width: 768px) {
.webform-flex--container {
width: 91% !important
......@@ -439,7 +441,7 @@ header.navbar .category-menu ul.menu ul.dropdown-menu li {
right: 0;
width: 100%;
height: 90px;
background: linear-gradient(45deg,#fee0a0 24% , #f5b58f);
background: linear-gradient(122deg, rgb(236, 226, 228) 0%, rgba(254,224,160,1) 37%, rgb(241, 186, 153) 100%)
}
......@@ -5350,15 +5352,19 @@ select[multiple].input-lg,
text-align: center;
vertical-align: middle;
white-space: nowrap;
border: 1px solid transparent;
border-radius: 0;
border: 0px solid transparent;
border-radius: 3px;
background-image: none;
font-size: 14px;
font-weight: normal;
line-height: 1.42857;
touch-action: manipulation;
background-color: #e94337 !important;
padding: 7px 20px !important
}
.btn:hover {
background: #e94337 !important;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
......@@ -10777,7 +10783,7 @@ body.toolbar-loading.toolbar {
position: absolute;
z-index: 9;
top: 130%;
left: 37%;
left: 0;
visibility: hidden;
width: 360px;
padding: 20px 15px;
......@@ -10794,7 +10800,7 @@ body.toolbar-loading.toolbar {
.middle-header-wrapper .region-right-middle-header .cart-block-wrapper .cart-contents:before {
position: absolute;
top: -10px;
left: 50%;
left: 63%;
content: "";
transform: translateX(-50%);
border-right: 10px solid transparent;
......@@ -11252,7 +11258,7 @@ header.navbar .block-search-navigation .search-icon.active {
.footer {
padding: 50px 0 0 0;
background: linear-gradient(45deg,#fee0a0 , #f5be77);
background: linear-gradient(122deg, rgb(236, 226, 228) 0%, rgba(254,224,160,1) 37%, rgb(241, 186, 153) 100%)
}
.footer .block .block-title {
......@@ -12196,10 +12202,10 @@ article.commerce-product.teaser-mini .product-right .product-title a:hover {
}
article.commerce-product.teaser-mini .product-right .field--name-price {
color: #333;
color: #e94537;
font-size: 12px;
position: absolute;
bottom: 1px;
bottom: 1px;
}
article.commerce-product.teaser-mini .product-right .field--name-variations:before,
......@@ -12279,7 +12285,7 @@ article.commerce-product.teaser-micro a .product-title {
}
article.commerce-product.teaser-micro .field--name-price {
color: #333;
color: #e94537
}
article.commerce-product.teaser:hover .product-image .products-hover-wrapper {
......@@ -12334,7 +12340,7 @@ article.commerce-product.teaser .field--name-quantity {
article.commerce-product.teaser .field--name-price {
margin-bottom: 0;
text-align: center;
color: #333;
color: #e94537;
line-height: 1.8;
}
......
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