Commit 21d42b71 authored by Chi Bui's avatar Chi Bui 👀

edit contact and index

parent 2c7469ba
......@@ -21,9 +21,14 @@ body {
}
/* invi custom */
header.navbar .category-menu ul.menu ul.dropdown-menu li:hover{
background: white;
margin-left: 0;
.region-footer-fourth .view-content{
display: flex;
}
.region-footer-fourth .view-content .img-responsive {
width: 42px;
height: 42px;
margin-right: 5px;
border-radius: 9px;
}
header.navbar .category-menu ul.menu ul.dropdown-menu li{
/* border: none; */
......@@ -90,7 +95,14 @@ header.navbar .main-menu ul.menu li.open ul a{
.middle-header-wrapper .container-fluid.fixed-top.no-toolbar {
top: 0
}
.footer-bottom-left{
margin-top: 10px;
}
@media (min-width: 768px){
.webform-flex--container {
width: 91% !important
}
}
.middle-header-wrapper .container-fluid.fixed-top {
position: fixed;
z-index: 200000;
......@@ -174,7 +186,7 @@ header.navbar .category-menu ul.menu.litte-menu {
.more-category, .less-category {
/* text-align: center; */
text-transform: uppercase;
color: #222222;
color: red;
cursor: pointer;
display: block;
font-family: Rubik, Arial, Helvetica, sans-serif;
......@@ -187,7 +199,7 @@ header.navbar .category-menu ul.menu.litte-menu {
-ms-transition: .3s ease;
-o-transition: .3s ease;
transition: .3s ease;
background: #ff000026;
background: #f3f3f3;
}
.more-category:hover {
......@@ -215,7 +227,7 @@ border: 1.5px solid red;
width: 18px;
text-align: center;
border-radius: 50% 50%;
border: 1.5px solid black;
border: 1.5px solid red;
}
.less-category::before{
position: absolute;
......@@ -301,9 +313,11 @@ border: 1.5px solid red;
font-weight: bold !important;
text-shadow: -2px 0 0 #fff, 0 -2px 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 2px 0 #fff, 3px 3px 4px rgba(0, 0, 0, 0.5);
}
header .link_content:hover {
background: #e94537;
}
header .link_content {
background: #101010;
background: #f09d51;
height: 57px;
color: white;
color: #fff !important;
......@@ -331,7 +345,7 @@ header .link_content a:hover {
border: 1px solid #e94337;
border-radius: 4px;
padding: 5px 20px;
background: #F6E8EA;
background: #f09d5145;
}
.pin_be {
......@@ -10543,7 +10557,7 @@ header.navbar .block-search-navigation .search-icon.active {
.footer {
padding: 50px 0 0 0;
background-color: #F6E8EA;
background-color: #fbe3ce;
}
.footer .block .block-title {
......@@ -10569,7 +10583,7 @@ header.navbar .block-search-navigation .search-icon.active {
.footer .footer-top nav ul.menu li {
position: relative;
margin: 0 0 10px;
padding: 0 0 5px 25px;
padding: 0 0 5px 0;
line-height: 24px;
}
......@@ -10587,17 +10601,6 @@ header.navbar .block-search-navigation .search-icon.active {
color: inherit;
}
.footer .footer-top nav ul.menu li a:before {
position: absolute;
top: 0;
left: 0;
content: "\f1db";
transition: color 0.3s ease-in-out;
color: #888;
font-family: "FontAwesome";
font-size: 14px;
}
.footer .footer-bottom {
padding: 10px 0;
background-color: #e9ebeb;
......
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