App.scss 864 Bytes
Newer Older
1
2
3
4
5
.nni {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #212121;
    font-size: 14px;
    background: #f2f2f2;
Lijiao's avatar
Lijiao committed
6
7
}

8
9
10
11
12
13
14
15
16
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 56px;
    background: #0071bc;
    border-right: 1px solid #ccc;
    z-index: 1000;
Deshui Yu's avatar
Deshui Yu committed
17
}
18

19
20
21
.headerCon {
    width: 90%;
    margin: 0 auto;
22
}
23

24
25
.contentBox {
    width: 100%;
26
}
27

28
.content {
29
    width: 87%;
30
    margin: 0 auto;
31
    min-width: 1200px;
32
33
    margin-top: 74px;
    margin-bottom: 30px;
Lijiaoa's avatar
Lijiaoa committed
34
35
}

36
37
.bottomDiv {
    margin-bottom: 10px;
Lijiaoa's avatar
Lijiaoa committed
38
39
}

40
41
.bgNNI {
    background-color: #fff;
Lijiaoa's avatar
Lijiaoa committed
42
43
}

44
45
.borderRight {
    margin-right: 10px;
Deshui Yu's avatar
Deshui Yu committed
46
}
47
48

/* office-fabric-ui */
49
50
.ms-Pivot-linkContent {
    height: 44px;
51
52
}

53
54
55
56
57
.ms-Callout-main {
    p {
        font-weight: 500;
        color: #333;
    }
58
}
59

60
61
62
.warning {
    padding-bottom: 15px;
    background-color: #f2f2f2;
63
}