|
@ -14576,7 +14576,7 @@ a:hover { |
|
|
|
|
|
|
|
|
/* line 92, global.scss */ |
|
|
/* line 92, global.scss */ |
|
|
#MainContent { |
|
|
#MainContent { |
|
|
top: 90px; |
|
|
|
|
|
|
|
|
top: 40px; |
|
|
z-index: 0; |
|
|
z-index: 0; |
|
|
min-height: 200vh; |
|
|
min-height: 200vh; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
@ -14671,7 +14671,7 @@ input[type="checkbox"]:checked + label::before { |
|
|
|
|
|
|
|
|
/* line 2, header.scss */ |
|
|
/* line 2, header.scss */ |
|
|
header { |
|
|
header { |
|
|
background: #71986e; |
|
|
|
|
|
|
|
|
background: #4e984a; |
|
|
height: 70px; |
|
|
height: 70px; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
} |
|
|
} |
|
@ -14686,7 +14686,7 @@ header .logo { |
|
|
header .container.main { |
|
|
header .container.main { |
|
|
height: 70px; |
|
|
height: 70px; |
|
|
position: fixed; |
|
|
position: fixed; |
|
|
background: #71986e; |
|
|
|
|
|
|
|
|
background: #4e984a; |
|
|
z-index: 500; |
|
|
z-index: 500; |
|
|
} |
|
|
} |
|
|
/* line 23, header.scss */ |
|
|
/* line 23, header.scss */ |
|
@ -14746,21 +14746,24 @@ header .topmenu ul { |
|
|
/* line 77, header.scss */ |
|
|
/* line 77, header.scss */ |
|
|
header .topmenu ul li { |
|
|
header .topmenu ul li { |
|
|
list-style: none; |
|
|
list-style: none; |
|
|
padding: 15px; |
|
|
|
|
|
|
|
|
padding: 5px 15px; |
|
|
display: block; |
|
|
display: block; |
|
|
border-top: 1px solid rgba(255, 255, 255, 0.6); |
|
|
|
|
|
} |
|
|
} |
|
|
/* line 82, header.scss */ |
|
|
/* line 82, header.scss */ |
|
|
header .topmenu ul li a { |
|
|
header .topmenu ul li a { |
|
|
color: white; |
|
|
|
|
|
|
|
|
color: #4e984a; |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
|
transition: .4s; |
|
|
transition: .4s; |
|
|
|
|
|
background: white; |
|
|
|
|
|
display: block; |
|
|
|
|
|
border-radius: 3px; |
|
|
|
|
|
padding: 5px; |
|
|
} |
|
|
} |
|
|
/* line 86, header.scss */ |
|
|
|
|
|
|
|
|
/* line 92, header.scss */ |
|
|
header .topmenu ul li a:hover { |
|
|
header .topmenu ul li a:hover { |
|
|
color: rgba(255, 255, 255, 0.6); |
|
|
|
|
|
|
|
|
color: #71986e; |
|
|
} |
|
|
} |
|
|
/* line 94, header.scss */ |
|
|
|
|
|
|
|
|
/* line 100, header.scss */ |
|
|
header .breadcrumb { |
|
|
header .breadcrumb { |
|
|
font-size: 0.75rem; |
|
|
font-size: 0.75rem; |
|
|
padding: 5px; |
|
|
padding: 5px; |
|
@ -14775,24 +14778,24 @@ header .breadcrumb { |
|
|
height: 30px; |
|
|
height: 30px; |
|
|
z-index: 1; |
|
|
z-index: 1; |
|
|
} |
|
|
} |
|
|
/* line 108, header.scss */ |
|
|
|
|
|
|
|
|
/* line 114, header.scss */ |
|
|
header .breadcrumb .container { |
|
|
header .breadcrumb .container { |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
overflow-x: auto; |
|
|
overflow-x: auto; |
|
|
} |
|
|
} |
|
|
/* line 112, header.scss */ |
|
|
|
|
|
|
|
|
/* line 118, header.scss */ |
|
|
header .breadcrumb .container .crumbs { |
|
|
header .breadcrumb .container .crumbs { |
|
|
height: 20px; |
|
|
height: 20px; |
|
|
display: ruby; |
|
|
display: ruby; |
|
|
} |
|
|
} |
|
|
/* line 115, header.scss */ |
|
|
|
|
|
|
|
|
/* line 121, header.scss */ |
|
|
header .breadcrumb .container .crumbs a { |
|
|
header .breadcrumb .container .crumbs a { |
|
|
color: #4e984a; |
|
|
color: #4e984a; |
|
|
text-decoration: none; |
|
|
text-decoration: none; |
|
|
transition: .4s; |
|
|
transition: .4s; |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
} |
|
|
} |
|
|
/* line 120, header.scss */ |
|
|
|
|
|
|
|
|
/* line 126, header.scss */ |
|
|
header .breadcrumb .container .crumbs a:hover { |
|
|
header .breadcrumb .container .crumbs a:hover { |
|
|
color: #666; |
|
|
color: #666; |
|
|
} |
|
|
} |
|
@ -15108,12 +15111,23 @@ header .breadcrumb .container .crumbs a:hover { |
|
|
header .topmenu ul li:first-child { |
|
|
header .topmenu ul li:first-child { |
|
|
border-left: none; |
|
|
border-left: none; |
|
|
} |
|
|
} |
|
|
/* line 85, mediaqueries/viewports/_768up.scss */ |
|
|
|
|
|
|
|
|
/* line 82, mediaqueries/viewports/_768up.scss */ |
|
|
|
|
|
header .topmenu ul li a { |
|
|
|
|
|
color: white; |
|
|
|
|
|
background: none; |
|
|
|
|
|
display: inline; |
|
|
|
|
|
padding: 5px; |
|
|
|
|
|
} |
|
|
|
|
|
/* line 88, mediaqueries/viewports/_768up.scss */ |
|
|
|
|
|
header .topmenu ul li a:hover { |
|
|
|
|
|
color: rgba(255, 255, 255, 0.6); |
|
|
|
|
|
} |
|
|
|
|
|
/* line 96, mediaqueries/viewports/_768up.scss */ |
|
|
header .breadcrumb { |
|
|
header .breadcrumb { |
|
|
top: 120px; |
|
|
top: 120px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* line 92, mediaqueries/viewports/_768up.scss */ |
|
|
|
|
|
|
|
|
/* line 103, mediaqueries/viewports/_768up.scss */ |
|
|
#MainContent { |
|
|
#MainContent { |
|
|
top: 160px; |
|
|
top: 160px; |
|
|
} |
|
|
} |
|
|