Commit 4f8a24ef by lmf

Merge branch 'master' of http://47.99.244.21:9999/root/joshine

parents abd71afd 4ebfe05b
...@@ -1010,7 +1010,7 @@ footer{ ...@@ -1010,7 +1010,7 @@ footer{
background: #f2f2f2; background: #f2f2f2;
border-top: 1px solid #e1e1e1; border-top: 1px solid #e1e1e1;
font-family: 'Outfit-Regular', sans-serif; font-family: 'Outfit-Regular', sans-serif;
display: flex;
.nav-sections{ .nav-sections{
background: transparent; background: transparent;
...@@ -1019,6 +1019,7 @@ footer{ ...@@ -1019,6 +1019,7 @@ footer{
position: unset; position: unset;
} }
@media(min-width: 640px){ @media(min-width: 640px){
display: flex;
.navigation .active>a.level-top, .navigation .has-active>a.level-top{ .navigation .active>a.level-top, .navigation .has-active>a.level-top{
background:none; background:none;
} }
...@@ -1219,51 +1220,56 @@ footer{ ...@@ -1219,51 +1220,56 @@ footer{
// z-index: 1; // z-index: 1;
//} //}
} }
@media(max-width: 639.98px) { @media (max-width: 639.98px) {
.navigation span.ui-menu-icon{ .navigation span.ui-menu-icon {
top: 50%; top: 50%;
right: 36px; right: 36px;
margin-top: -7px; margin-top: -7px;
position: absolute; position: absolute;
text-transform: uppercase; text-transform: uppercase;
font: inherit; font: inherit;
font-size: 9px; font-size: 9px;
padding: 2px; padding: 2px;
border-radius: 2px; border-radius: 2px;
line-height: 1; line-height: 1;
color: #fff; color: #fff;
} }
.navigation span.ui-menu-icon.ui-icon-1{
background-color: #0cc485 !important; .navigation span.ui-menu-icon.ui-icon-1 {
} background-color: #0cc485 !important;
.navigation span.ui-menu-icon:before{ }
content: "";
position: absolute; .navigation span.ui-menu-icon:before {
width: 3px; content: "";
height: 3px; position: absolute;
border: 3px solid transparent; width: 3px;
left: -6px; height: 3px;
bottom: 3px; border: 3px solid transparent;
} left: -6px;
.navigation span.ui-menu-icon.ui-icon-1:before{ bottom: 3px;
border-right-color: #0cc485 !important; }
}
.navigation li.level0 > .level-top{ .navigation span.ui-menu-icon.ui-icon-1:before {
display: block; border-right-color: #0cc485 !important;
color: #222222; }
text-decoration: none;
text-transform: capitalize; .navigation li.level0 > .level-top {
font-size: 16px; display: block;
font-weight: 400; color: #222222;
padding: 15px 0 !important; text-decoration: none;
border-bottom: 1px solid #e1e1e1; text-transform: capitalize;
border-color: #e5e5e5; font-size: 16px;
line-height: 24px; font-weight: 400;
} padding: 15px 0 !important;
.mobile-header-panel{ border-bottom: 1px solid #e1e1e1;
border:none; border-color: #e5e5e5;
} line-height: 24px;
} }
.mobile-header-panel {
border: none;
}
}
} }
@media(max-width:789px){ @media(max-width:789px){
......
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