"src/vscode:/vscode.git/clone" did not exist on "a94d29b6e6b22cb317a1604716c23e64c728639f"
App.scss 949 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
    max-width: 1490px;
22
    margin: 0 auto;
23
}
24

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

29
.content {
30
    width: 87%;
31
    margin: 0 auto;
32
    min-width: 1200px;
33
    max-width: 1490px;
Lijiaoa's avatar
Lijiaoa committed
34

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

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

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

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

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

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

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