overviewTitle.scss 584 Bytes
Newer Older
1
$iconPaddingVal: 20px;
2

3
4
.panelTitle {
    span {
Lijiao's avatar
Lijiao committed
5
        font-size: 18px;
v-liguo's avatar
v-liguo committed
6
        font-weight: 600;
Lijiao's avatar
Lijiao committed
7
        color: #333;
8
9
    }

10
    i {
11
        font-size: 24px;
12
        margin-right: 20px;
13
        color: #545454;
Lijiao's avatar
Lijiao committed
14
    }
15
16
}

17
18
/* antd icon margin intermediate result style */
#tabsty .anticon {
19
20
    margin-right: 0;
}
21

22
23
.top10bg {
    .top10Title {
24
25
26
        width: 160px;
    }

27
    .title {
28
29
30
        border-left: 2px solid #fff;
    }

31
    .minTitle {
32
        // margin-right: $iconPaddingVal;
33
34
        border-right: 2px solid #fff;
    }
35

36
    .title:hover {
37
38
39
        cursor: pointer;
    }
}