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

edit contact and index

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