_menu.scss
807 Bytes
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
.admin-bar .fixed-top{
margin-top: 32px;
}
@media only screen and (max-width: 782px) {
.admin-bar .fixed-top {
margin-top: 46px;
}
}
.navbar-brand{
width: 300px;
margin-top: 66px;
}
.nav-link{
text-transform: uppercase;
font-size: 20px;
line-height: 24px;
margin-left: 65px;
color: #707070;
}
.nav-link:hover{
color: #000;
}
#main-nav:not(.fixed-top){
position: absolute;
z-index: 999;
top: 0px;
left: 0px;
width: 100%;
}
#main-nav.fixed-top{
position: fixed;
z-index: 9999;
top: 0px;
left: 0px;
width: 100%;
background-color: #fff;
height: 60px;
.navbar-brand{
margin-top: 20px;
svg{
width: 150px;
}
}
#Group_5{
display: none;
}
}