EV001/assets/stylesheets/template/modules/menu.scss

303 lines
6.0 KiB
SCSS
Executable File

@charset "utf-8";
@import "../initial";
.fa{
color: #78786c;
&:hover{
color:#fff;
}
}
#layout-navigation{
z-index: 999;
background-color: #ECEEE1;
@media (min-width: $screen-sm) {
padding: 0;
position: absolute;
border-top: 3px #CCCFBC solid;
width: 23%;
border-radius: 5px;
behavior: url("/assets/ie_support/PIE2/PIE.htc");
}
}
.navbar-collapse.in {
overflow-y: unset;
}
.modules-menu {
font-family: $sub-font;
max-height: none;
z-index: 4;
li {
white-space: nowrap;
}
.menu-drop.opened {
transform: rotateX(180deg);
}
.modules-menu-level-0 {
margin: 0;
padding: 0;
list-style: none;
width: 100%;
.has-dropdown.level-1.active {
.modules-menu-level-1 {
display: block;
// max-height: 80em;
// -moz-transition: all 0.8s;
// -webkit-transition: all 0.8s;
// -ms-transition: all 0.8s;
// -o-transition: all 0.8s;
// transition: all 0.8s;
}
}
.has-dropdown.level-2.active {
.modules-menu-level-2 {
display: block;
// max-height: 80em;
// -moz-transition: all 0.8s;
// -webkit-transition: all 0.8s;
// -ms-transition: all 0.8s;
// -o-transition: all 0.8s;
// transition: all 0.8s;
}
}
// .dropdown-toggle-icon {
// position: absolute;
// top: 0.5em;
// right: 0.3em;
// width: 2.5em;
// height: 2.5em;
// cursor: pointer;
// line-height: 2.5em;
// font-size: 1em;
// text-align: center;
// border-radius: 0.13em;
// }
.menu-drop {
position: absolute;
top: 0.5em;
right: 0.3em;
width: 2.5em;
height: 2.5em;
cursor: pointer;
line-height: 2.5em;
font-size: 1em;
text-align: center;
border-radius: 0.13em;
}
// .dropdown-toggle-icon.level-1 {
// background-color: lighten($theme-gray, 10%);
// }
// .dropdown-toggle-icon.level-2 {
// background-color: lighten($theme-gray, 10%);
// }
& > li {
float: unset;
position: relative;
margin: 0 -1em;
border-bottom: 0.0625em solid lighten($theme-gray, 5%);
& > a {
display: block;
padding: 1.125em 0;
font-family: $main-font;
padding-left: 2em;
}
&:hover {
background-color: $theme-color-second;
//border-radius: 0.5em;
& > a {
color: #fff;
}
@media (min-width: $screen-sm) {
background-color: $theme-color-second;
//border-radius: 0.5em;
}
}
@media (min-width: $screen-sm) {
position: relative;
margin: 0;
border-bottom: 0.0625em solid #cecece;
&:first-child {
margin-left: 0;
}
&:last-child {
margin-right: 0;
.modules-menu-level-1 {
&:before {
right: 0.625em;
left: auto;
}
& > li {
padding-right: 1em;
padding-left: 1em;
& > a {
padding-left: 0;
}
}
.modules-menu-level-2 {
right: 100%;
left: auto;
}
}
}
& > a {
padding: 0.5rem;
color: #78786c;
}
&:hover {
.modules-menu-level-1 {
display: block;
// max-height: 80em;
// -moz-transition: all 0.8s;
// -webkit-transition: all 0.8s;
// -ms-transition: all 0.8s;
// -o-transition: all 0.8s;
// transition: all 0.8s;
}
}
}
}
}
.modules-menu-level-1 {
display: none;
// max-height: 0;
// overflow: hidden;
// -moz-transition: all 0.3s;
// -webkit-transition: all 0.3s;
// -ms-transition: all 0.3s;
// -o-transition: all 0.3s;
// transition: all 0.3s;
min-width: 100%;
margin: 0;
padding: 0;
background-color: $theme-color-second;
list-style: none;
z-index: 1;
& > li {
position: relative;
& + li {
border-top: 0.0625em solid lighten($theme-gray, 5%);
}
& > a {
display: block;
padding: 1em 1.5em;
font-family: $main-font;
font-size: 0.938em;
color: #fff;
}
&:hover {
background-color: $theme-gray;
& > a {
color: #fff;
}
}
}
@media (min-width: $screen-sm) {
position: absolute;
right: 100%;
top: 0px;
& > li {
padding-right: 2em;
& > a {
padding-left: 1em;
}
&:hover {
.modules-menu-level-2 {
display: block;
// max-height: 80em;
// -moz-transition: all 0.8s;
// -webkit-transition: all 0.8s;
// -ms-transition: all 0.8s;
// -o-transition: all 0.8s;
// transition: all 0.8s;
}
}
}
}
}
.modules-menu-level-2 {
display: none;
// max-height: 0;
// overflow: hidden;
// -moz-transition: all 0.3s;
// -webkit-transition: all 0.3s;
// -ms-transition: all 0.3s;
// -o-transition: all 0.3s;
// transition: all 0.3s;
margin: 0;
padding: 0;
background-color: $theme-gray;
list-style: none;
& > li {
& + li {
border-top: 0.0625em solid lighten($theme-gray, 5%);
}
& > a {
display: block;
padding: 0.9em 3em;
font-family: $main-font;
color: #fff;
}
&:hover {
background-color: $theme-color-second;
}
}
@media (min-width: $screen-sm) {
position: absolute;
top: 0;
left: 100%;
& > li > a {
padding-left: 1em;
}
}
}
}
.has-mobile-dropdown {
.modules-menu {
.dropdown-toggle-icon {
display: block;
}
}
}
@media (max-width: 767px) {
.modules-menu .modules-menu-level-0 {
display: unset;
}
}