Skip to content

Commit 7f22cd4

Browse files
authored
Merge pull request #549 from topcoder-platform/TCA-1078-fix
TCA-1078 add cross track colors&gradient
2 parents bf93d38 + d3abe1b commit 7f22cd4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src-ts/lib/progress-bar/ProgressBar.module.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,12 @@
5959
:global(.completed-qa) {
6060
background: $tc-qa-grad;
6161
}
62+
63+
:global(.completed-interview) {
64+
background: $tc-interview-grad;
65+
}
66+
67+
:global(.completed-security) {
68+
background: $tc-security-grad;
69+
}
6270
}

0 commit comments

Comments
 (0)