App.scss 983 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 - 80px);
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;
Lijiaoa's avatar
Lijiaoa committed
39
40
}

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

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

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

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

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

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