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

edit css

parent fe0b0b5d
...@@ -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' => '',
......
...@@ -424,7 +424,9 @@ header.navbar .category-menu ul.menu ul.dropdown-menu li { ...@@ -424,7 +424,9 @@ header.navbar .category-menu ul.menu ul.dropdown-menu li {
.footer-bottom-left { .footer-bottom-left {
margin-top: 10px; margin-top: 10px;
} }
.main-container{
min-height: 350px
}
@media (min-width: 768px) { @media (min-width: 768px) {
.webform-flex--container { .webform-flex--container {
width: 91% !important width: 91% !important
...@@ -439,7 +441,7 @@ header.navbar .category-menu ul.menu ul.dropdown-menu li { ...@@ -439,7 +441,7 @@ header.navbar .category-menu ul.menu ul.dropdown-menu li {
right: 0; right: 0;
width: 100%; width: 100%;
height: 90px; 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, ...@@ -5350,15 +5352,19 @@ select[multiple].input-lg,
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
white-space: nowrap; white-space: nowrap;
border: 1px solid transparent; border: 0px solid transparent;
border-radius: 0; border-radius: 3px;
background-image: none; background-image: none;
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: normal;
line-height: 1.42857; line-height: 1.42857;
touch-action: manipulation; touch-action: manipulation;
background-color: #e94337 !important;
padding: 7px 20px !important
}
.btn:hover {
background: #e94337 !important;
} }
.btn:focus, .btn:focus,
.btn.focus, .btn.focus,
.btn:active:focus, .btn:active:focus,
...@@ -10777,7 +10783,7 @@ body.toolbar-loading.toolbar { ...@@ -10777,7 +10783,7 @@ body.toolbar-loading.toolbar {
position: absolute; position: absolute;
z-index: 9; z-index: 9;
top: 130%; top: 130%;
left: 37%; left: 0;
visibility: hidden; visibility: hidden;
width: 360px; width: 360px;
padding: 20px 15px; padding: 20px 15px;
...@@ -10794,7 +10800,7 @@ body.toolbar-loading.toolbar { ...@@ -10794,7 +10800,7 @@ body.toolbar-loading.toolbar {
.middle-header-wrapper .region-right-middle-header .cart-block-wrapper .cart-contents:before { .middle-header-wrapper .region-right-middle-header .cart-block-wrapper .cart-contents:before {
position: absolute; position: absolute;
top: -10px; top: -10px;
left: 50%; left: 63%;
content: ""; content: "";
transform: translateX(-50%); transform: translateX(-50%);
border-right: 10px solid transparent; border-right: 10px solid transparent;
...@@ -11252,7 +11258,7 @@ header.navbar .block-search-navigation .search-icon.active { ...@@ -11252,7 +11258,7 @@ header.navbar .block-search-navigation .search-icon.active {
.footer { .footer {
padding: 50px 0 0 0; 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 { .footer .block .block-title {
...@@ -12196,7 +12202,7 @@ article.commerce-product.teaser-mini .product-right .product-title a:hover { ...@@ -12196,7 +12202,7 @@ article.commerce-product.teaser-mini .product-right .product-title a:hover {
} }
article.commerce-product.teaser-mini .product-right .field--name-price { article.commerce-product.teaser-mini .product-right .field--name-price {
color: #333; color: #e94537;
font-size: 12px; font-size: 12px;
position: absolute; position: absolute;
bottom: 1px; bottom: 1px;
...@@ -12279,7 +12285,7 @@ article.commerce-product.teaser-micro a .product-title { ...@@ -12279,7 +12285,7 @@ article.commerce-product.teaser-micro a .product-title {
} }
article.commerce-product.teaser-micro .field--name-price { article.commerce-product.teaser-micro .field--name-price {
color: #333; color: #e94537
} }
article.commerce-product.teaser:hover .product-image .products-hover-wrapper { article.commerce-product.teaser:hover .product-image .products-hover-wrapper {
...@@ -12334,7 +12340,7 @@ article.commerce-product.teaser .field--name-quantity { ...@@ -12334,7 +12340,7 @@ article.commerce-product.teaser .field--name-quantity {
article.commerce-product.teaser .field--name-price { article.commerce-product.teaser .field--name-price {
margin-bottom: 0; margin-bottom: 0;
text-align: center; text-align: center;
color: #333; color: #e94537;
line-height: 1.8; 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