Content-Length: 290134 | pFad | http://github.com/topcoderinc/dsp-frontend/commit/8e43171f6b6d40ecabda4082f01460e53b1341b3
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 508f3b4 + 8bc9eb4 commit 8e43171Copy full SHA for 8e43171
src/components/StatusLabel/StatusLabel.jsx
@@ -11,6 +11,7 @@ const statusLabels = {
11
pending: 'Pending',
12
scheduled: 'Scheduled',
13
rejected: 'Rejected',
14
+ waiting: 'Waiting',
15
};
16
17
export const StatusLabel = ({value}) => (
src/components/StatusLabel/StatusLabel.scss
@@ -41,6 +41,13 @@
41
@extend .status-label;
42
}
43
44
+.status-label_waiting {
45
+ background-color: lightblue;
46
+ background-image: url('icon-status-inprogress.png');
47
+
48
+ @extend .status-label;
49
+}
50
51
.status-label_rejected{
52
background-color: red;
53
background-image: url('icon-status-cancelled.png');
Fetched URL: http://github.com/topcoderinc/dsp-frontend/commit/8e43171f6b6d40ecabda4082f01460e53b1341b3
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments