basic.scss 486 Bytes
Newer Older
1
.status {
2
    height: 21px;
3
4
5
6
7
8
9
    color: #0573bc;
    font-size: 20px;
    font-weight: 600;

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

12
13
14
15
16
17
18
19
20
/* for overview page: status error info icon's style */
.error-info-icon {
    position: relative;
    top: -4px;
}

/* error body font-color */
.color {
    color: #333 !important;
21
22
23
24
25
26
27
28
29
30
31
}

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

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