-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
42 lines (40 loc) · 798 Bytes
/
styles.css
File metadata and controls
42 lines (40 loc) · 798 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
40
41
42
.status-badge {
margin: 4px 8px;
padding: 4px 12px;
border-radius: 35px;
font-weight: 400;
border-width: 1px;
border-style: solid;
width: fit-content;
}
.status-wip {
border-color: #fcc100;
color: #fcc100;
background-color: #fcc10010;
}
.status-review {
border-color: #ff7b00;
color: #ff7b00;
background-color: #ff7b0010;
}
.status-feedback {
border-color: #d41111;
color: #d41111;
background-color: #d4111110;
}
.status-approved {
border-color: #238626;
color: #238626;
background-color: #23862610;
}
.status-feedback {
border-color: #ff0000;
color: #ff0000;
background-color: #ff000010;
}
.warning-badge {
font-weight: 600;
color: #ff0000;
width: fit-content;
margin-top: 12px !important;
}