_menu.scss
791 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
.menu-broker_header-container {
margin : auto;
padding : 0;
position : relative;
top : 0;
font-size : 10px;
margin-right : 0;
margin-top : 16px;
@media (min-width : $breakpoint-header-two-line) {
float : left;
margin-right : 10px;
margin-top : 6px;
}
#menu-broker_header {
li {
list-style-type : none;
float : left;
padding-left : 10px;
}
}
}
#menu-broker_support {
-webkit-padding-start : 0;
margin-bottom : 0;
}
.col-xs-smallMenu,
.col-sm-smallMenu,
.col-md-smallMenu,
.col-lg-smallMenu {
position : relative;
min-height : 1px;
}
.col-xs-smallMenu {
width : 20%;
float : left;
}