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

edit css

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