aboutsummaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/app.component.less
blob: a805166e120a85ff81af2182777095ee4205504d (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
nz-layout {
    nz-sider {
        ul {
            li {
                margin: 0;
                font-size: 16px;
                span {
                    font-size: 16px;
                }
                i {
                    width: 16px;
                    height: 16px;
                }
                .icon-services {
                    background: url(../assets/images/icon.png) no-repeat 0px -16px;
                }
                ul {
                    li{
                        font-size: 12px;
                    }
                }
            }
            hr {
                margin: 0 auto;
                background-color: #39434f;
                height: 1px;
                border: none;
                width: 80%;
            }
        }
    }
}