-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcustom.css
More file actions
39 lines (31 loc) · 538 Bytes
/
Copy pathcustom.css
File metadata and controls
39 lines (31 loc) · 538 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.unitade-addition-text {
font-size: 80%;
margin: 10px;
}
.unitade-warning-dark {
color: #ffff00 !important;
}
.unitade-warning-light {
color: #b3b300 !important;
}
.unitade-attention-dark {
color: #9d0606 !important;
}
.unitade-attention-light {
color: #8b0000 !important;
}
.unitade-commentary-dark {
color: #008000 !important;
}
.unitade-commentary-light {
color: #008000 !important;
}
.unitade-info-style {
font-weight: bold;
font-size: 80%;
}
.unitade-input-style {
width: 100%;
height: 48px;
min-height: 36px;
}