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

3
4
.panelTitle {
    img {
5
        height: 23px;
6

7
8
        /* (38 - 22 ) / 2 */
        margin-top: 8px;
9

10
11
        /* icon right */
        padding: 0 $iconPaddingVal 0 0;
Lijiao's avatar
Lijiao committed
12
13
    }

14
    span {
Lijiao's avatar
Lijiao committed
15
        font-size: 18px;
v-liguo's avatar
v-liguo committed
16
        font-weight: 600;
Lijiao's avatar
Lijiao committed
17
        color: #333;
18
19
    }

20
    i {
21
        font-size: 24px;
22
        margin-right: 20px;
23
        color: #545454;
Lijiao's avatar
Lijiao committed
24
    }
25
26
}

27
28
/* antd icon margin intermediate result style */
#tabsty .anticon {
29
30
    margin-right: 0;
}
31

32
33
.top10bg {
    .top10Title {
34
35
36
        width: 160px;
    }

37
    .title {
38
39
40
        border-left: 2px solid #fff;
    }

41
    .minTitle {
42
        // margin-right: $iconPaddingVal;
43
44
        border-right: 2px solid #fff;
    }
45

46
    .title:hover {
47
48
49
        cursor: pointer;
    }
}