aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/app/scripts/directives/utils/expand-collapse-menu-box/expand-collapse-menu-box.less
blob: d8ceeaea7141a6c1a54f99f50643e252ca34718a (plain)
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
.expand-collapse-menu-box {
    line-height: 20px;
    padding: 13px 0px 5px 10px;
    background-color: @func_color_r;
    margin: 3px 3px 5px 0px;


    .expand-collapse-menu-box-title {
        .f-type._18_m;
        color: @main_color_m;
        font-weight: bold;
        .hand;
        .w-sdc-designer-sidebar-section-title-text{
            max-width: 185px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
            white-space: nowrap;
        }

        &.expanded {
            .expand-collapse-menu-box-title-icon {
                transform: rotate(180deg);
            }
        }
    }
    .expand-collapse-menu-box-title-icon {
        .hand;
        .sprite-new;
        .arrow-up;
        margin-right: 6px;
        transition: .3s all;
        position: relative;

    }
    .w-sdc-designer-sidebar-section-content {
        overflow: hidden;
        padding-top: 13px;
        .expand-collapse-menu-box-item {
            .hand;
            padding-left: 14px;
            margin: 0px 0px 10px 10px;
            font-family: @font-omnes-medium;
            color: @main_color_m;

            line-height: 18px;
            &.selected {
                padding-left: 10px;
                font-weight: bold;
                border-left: 4px solid @main_color_a;
            }

        }
    }
}