"src/vscode:/vscode.git/clone" did not exist on "b742b52807dfc071575d494662a5dea6d6d3dcdf"
basic.scss 324 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.status {
    color: #0573bc;
    font-size: 20px;
    font-weight: 600;

    .status-text {
        display: inline-block;
    }

    .color {
        color: #333;
    }
}

.inputBox {
    height: 32px;
    margin-top: 5px;
}

/* office-fabric-ui progressIndicator */
.ms-ProgressIndicator-itemProgress {
    padding: 0;
}