jquery.mmenu.labels.scss
821 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/*
jQuery.mmenu labels addon CSS
*/
@import "../inc/variables";
.mm-menu.mm-fixedlabels
{
.mm-list
{
background: inherit;
> li.mm-label
{
background: inherit !important;
opacity: 0.97;
height: 25px;
overflow: visible;
position: relative;
z-index: 1;
> div
{
background: inherit;
width: 100%;
position: absolute;
left: 0;
> div
{
@include mm_ellipsis;
}
}
&.mm-spacer > div > div
{
padding-top: ( $mm_btnSize / 2 ) + ( $mm_padding / 2 );
}
}
}
}
.mm-list
{
> li.mm-label
{
> span
{
@include mm_ellipsis;
padding: 0;
}
&.mm-opened a.mm-subopen:after
{
@include mm_vendor-prefix( "transform", rotate( 45deg ) );
right: 17px;
}
}
> li.mm-collapsed
{
display: none;
}
}
@include mm_colors_labels;