_menu.scss
3.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
.collapsing {
overflow: visible !important;
}
#wrapper-navbar{
position: relative;
z-index: 999;
display: inline-block;
width: 275px;
height: 768px;
clear: both;
vertical-align: top;
padding: 41px 27px 41px 22px;
background-color: #F6F6F6;
box-shadow: 0px 3px 6px #00000029;
transition: 0.5s;
@media only screen and (max-width: 1260px) {
position: absolute;
right: -275px;
top:0px;
}
}
#wrapper-navbar.show{
right: 0px;
}
.navbar-toggler{
display: none;
z-index: 999;
position: absolute;
right: 290px;
top: 60px;
height: 54px;
width: 54px;
background-color: #1A3668;
border-radius: 0px;
transition: 0s;
@media only screen and (max-width: 1260px) {
display: block !important;
}
}
.hamburger .line{
width: 30px;
height: 4px;
background-color: #fff;
border-radius: 4px;
display: block;
margin: 8px auto;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#wrapper-navbar.show{
.hamburger .line:nth-child(2){
opacity: 0;
}
.hamburger .line:nth-child(1){
transform: translateY(13px) rotate(45deg);
}
.hamburger .line:nth-child(3){
transform: translateY(-11px) rotate(-45deg);
}
}
#main-menu{
flex-direction: column;
}
#main-nav{
.container{
flex-direction: column;
align-items: flex-start;
width: 275px;
height: 768px;
flex-wrap: nowrap;
.custom-logo-link{
width: 206px;
}
.navbar-collapse{
flex-basis: 100%;
display: flex!important;
align-items: flex-start;
margin-top: 70px;
a{
text-decoration: none;
color: #000000;
}
}
}
}
.um:not(.um-um_account_id){
width: 275px !important;
display: flex!important;
flex-basis: auto;
flex-direction: row;
align-self: flex-end ;
.um-form {
margin-bottom: 40px;
.um-misc-with-img{
width: 30%;
display: inline-block;
border-bottom: 0px solid #eee;
margin-bottom:0px;
padding: 0px;
div{
strong{
display: none;
}
}
}
.um-misc-ul{
width: 50%;
display: inline-block;
list-style: none;
padding-left: 14px;
vertical-align: top;
a{
text-decoration: none;
color: #000000;
}
}
}
}
.wsmenu-submenu { display: none; list-style-type:none; padding-left: 15px; }
.current-menu-item .wsmenu-submenu { display:block; }
.current-menu-ancestor .wsmenu-submenu { display:block; }
// .dropdown-menu {
// display: block;
// position:relative !important;
// }
// .dropdown-toggle::after{
// display: none;
// }
// .dropdown-menu{
// all: unset;
// margin-left: 20px;
// }