App.scss 903 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;
Lijiaoa's avatar
Lijiaoa committed
32
33

    /* nav bar: 56 + marginTop: 18 */
34
35
    margin-top: 74px;
    margin-bottom: 30px;
Lijiaoa's avatar
Lijiaoa committed
36
37
}

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

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

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

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

55
56
57
.ms-Callout-main {
    p {
        font-weight: 500;
58
        color: #fff;
59
    }
60
}
61

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