App.scss 1006 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
.headerCon {
    width: 90%;
21
    min-width: 1200px;
22
    max-width: 1490px;
23
    margin: 0 auto;
24
}
25

26
27
.contentBox {
    width: 100%;
28
}
29

30
.content {
31
    width: 87%;
32
    min-height: calc(100vh - 56);
33
    margin: 0 auto;
34
    min-width: 1200px;
35
    max-width: 1490px;
Lijiaoa's avatar
Lijiaoa committed
36

37
38
    /* nav bar: 56 + marginTop: 24 */
    margin-top: 80px;
39
    margin-bottom: 30px;
Lijiaoa's avatar
Lijiaoa committed
40
41
}

42
43
.bottomDiv {
    margin-bottom: 10px;
Lijiaoa's avatar
Lijiaoa committed
44
45
}

46
47
.bgNNI {
    background-color: #fff;
Lijiaoa's avatar
Lijiaoa committed
48
49
}

50
51
.borderRight {
    margin-right: 10px;
Deshui Yu's avatar
Deshui Yu committed
52
}
53
54

/* office-fabric-ui */
55
56
.ms-Pivot-linkContent {
    height: 44px;
57
58
}

59
60
61
.ms-Callout-main {
    p {
        font-weight: 500;
62
        color: #fff;
63
    }
64
}
65

66
67
68
.warning {
    padding-bottom: 15px;
    background-color: #f2f2f2;
69
}