Commit 632e5cbe authored by Chi Bui's avatar Chi Bui 👀

edit css

parent 9b1d0ac6
...@@ -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' => '',
......
...@@ -699,7 +699,7 @@ header .link_content a:hover { ...@@ -699,7 +699,7 @@ header .link_content a:hover {
border: 1.75px solid #e94537; border: 1.75px solid #e94537;
border-radius: 4px; border-radius: 4px;
padding: 5px; padding: 5px;
background: #ff000026; background: #e94537;
color: white !important; color: white !important;
} }
...@@ -716,8 +716,8 @@ header .link_content a:hover { ...@@ -716,8 +716,8 @@ header .link_content a:hover {
height: 29px; height: 29px;
line-height: 25px; line-height: 25px;
width: 10px; width: 10px;
background: #ffffffcc; background: #e94537;
color: #e94537; color: white;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
} }
...@@ -728,8 +728,8 @@ header .link_content a:hover { ...@@ -728,8 +728,8 @@ header .link_content a:hover {
border-right: 1.75px solid #e94537; border-right: 1.75px solid #e94537;
height: 28px; height: 28px;
width: 10px; width: 10px;
color: #e94537; color: white;
background: #ffffffcc; background: #e94537;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
line-height: 25px; line-height: 25px;
...@@ -5614,7 +5614,7 @@ fieldset[disabled] .btn-primary.focus { ...@@ -5614,7 +5614,7 @@ fieldset[disabled] .btn-primary.focus {
.btn-success:hover { .btn-success:hover {
color: #fff; color: #fff;
border-color: #269abc; border-color: transparent;
background-color: #31b0d5; background-color: #31b0d5;
} }
...@@ -5622,7 +5622,7 @@ fieldset[disabled] .btn-primary.focus { ...@@ -5622,7 +5622,7 @@ fieldset[disabled] .btn-primary.focus {
.btn-success.active, .btn-success.active,
.open>.btn-success.dropdown-toggle { .open>.btn-success.dropdown-toggle {
color: #fff; color: #fff;
border-color: #269abc; border-color: transparent;
background-color: #31b0d5; background-color: #31b0d5;
} }
...@@ -5679,7 +5679,7 @@ fieldset[disabled] .btn-success.focus { ...@@ -5679,7 +5679,7 @@ fieldset[disabled] .btn-success.focus {
.btn-info:hover { .btn-info:hover {
color: #fff; color: #fff;
border-color: #269abc; border-color: transparent;
background-color: #31b0d5; background-color: #31b0d5;
} }
...@@ -5687,7 +5687,7 @@ fieldset[disabled] .btn-success.focus { ...@@ -5687,7 +5687,7 @@ fieldset[disabled] .btn-success.focus {
.btn-info.active, .btn-info.active,
.open>.btn-info.dropdown-toggle { .open>.btn-info.dropdown-toggle {
color: #fff; color: #fff;
border-color: #269abc; border-color: transparent;
background-color: #31b0d5; background-color: #31b0d5;
} }
...@@ -11078,7 +11078,7 @@ header.navbar .main-menu ul.menu li a { ...@@ -11078,7 +11078,7 @@ header.navbar .main-menu ul.menu li a {
font-size: 15px; font-size: 15px;
padding: 0; padding: 0;
text-transform: uppercase; text-transform: uppercase;
color: #e94537; color: white;
text-align: right; text-align: right;
line-height: inherit; line-height: inherit;
white-space: nowrap; white-space: nowrap;
...@@ -11405,7 +11405,7 @@ header.navbar .block-search-navigation .search-icon.active { ...@@ -11405,7 +11405,7 @@ header.navbar .block-search-navigation .search-icon.active {
.estore-homepage-first .layout__region--blog-news { .estore-homepage-first .layout__region--blog-news {
margin: 30px 0 0; margin: 30px 0 0;
padding: 40px 0; padding-top: 40px ;
background-color: #f6f7f7; background-color: #f6f7f7;
} }
...@@ -12669,7 +12669,10 @@ p:last-child, ...@@ -12669,7 +12669,10 @@ p:last-child,
.alert { .alert {
margin-top: 20px; margin-top: 20px;
} }
article.commerce-product.full .product-right .field--name-variations button {
margin-bottom: 10px;
background: #e94537;
}
a { a {
transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
} }
......
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