aboutsummaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/app.component.less
blob: 685a2167bd5946573743695d49b44e8a6e4e1924 (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
56
57
58
nz-layout {
    nz-sider {
        ul {
            background: transparent;
            li {
                margin: 0;
                font-size: 16px;
                color: #ffffff!important;
                background: transparent;
                a{
                    color: #ffffff;
                }
                span {
                    font-size: 16px;
                }
                i {
                    width: 16px;
                    height: 16px;
                    margin-right: 12px;
                    img{
                        width: 20px;
                    }
                }
                .icon-services {
                    background: url(../assets/images/icon.png) no-repeat 0px -16px;
                }
                ul {
                    background: transparent!important;
                    li{
                        font-size: 12px;
                        color: #ffffff!important;
                        background: transparent!important;
                    }
                    li:hover,li a:hover{
                        color: #ffffff!important;
                    }
                    li.activeMenuList,li.activeMenuList a{
                        color: #0DA9E2!important;
                    }
                }
            }
            li:hover,li a:hover{
                color: #ffffff!important;
            }
            li.activeMenuBar{
                color: #ffffff!important;
                background:linear-gradient(90deg,rgba(7,169,225,1) 0%,rgba(48,217,196,1) 100%);
            }
            hr {
                margin: 0 auto;
                background-color: #39434f;
                height: 1px;
                border: none;
                width: 80%;
            }
        }
    }
}