File tree Expand file tree Collapse file tree 3 files changed +45
-8
lines changed Expand file tree Collapse file tree 3 files changed +45
-8
lines changed Original file line number Diff line number Diff line change 123
123
position : relative ;
124
124
125
125
& ::after {
126
- content : " \f078 " ;
126
+ content : " \f08e " ;
127
127
display : inline-flex ;
128
128
align-items : center ;
129
129
justify-content : center ;
Original file line number Diff line number Diff line change @@ -469,13 +469,18 @@ export default function ChallengeHeader(props) {
469
469
}
470
470
</ div >
471
471
) : (
472
- < div styleName = "challenge-ops-container" >
473
- < PrimaryButton
474
- theme = { { button : style . submitButton } }
475
- to = { `${ topcrowdLink } ` }
476
- >
477
- Go to Topcrowd
478
- </ PrimaryButton >
472
+ < div styleName = "topcrowd-container" >
473
+ This challenge is hosted on the < br />
474
+ new Topcoder Platform
475
+
476
+ < div >
477
+ < Link
478
+ openNewTab
479
+ to = { `${ topcrowdLink } ` }
480
+ >
481
+ Visit Challenge Registration
482
+ </ Link >
483
+ </ div >
479
484
</ div >
480
485
) }
481
486
</ div >
Original file line number Diff line number Diff line change 10
10
padding : 0 25px !important ;
11
11
}
12
12
13
+ .topcrowd-container {
14
+ display : block ;
15
+ margin-top : 32px ;
16
+ margin-right : 50px ;
17
+ margin-left : 50px ;
18
+ font-size : 12px ;
19
+ font-family : ' Roboto' , sans-serif ;
20
+ line-height : 1.2em ;
21
+
22
+ a {
23
+ color : $tc-dark-blue ;
24
+ display : block ;
25
+ padding-top : 20px ;
26
+
27
+ & ::after {
28
+ content : " \f08e " ;
29
+ display : inline ;
30
+ align-items : center ;
31
+ justify-content : center ;
32
+ right : 6px ;
33
+ top : 46% ;
34
+ height : 34px ;
35
+ font-family : " FontAwesome" , serif ;
36
+ font-size : 12px ;
37
+ color : $tc-dark-blue ;
38
+ transform : translateY (-50% );
39
+ pointer-events : none ;
40
+ margin-left : 5px ;
41
+ }
42
+ }
43
+ }
44
+
13
45
.challenge-ops-container .submitButton {
14
46
margin : 5px ;
15
47
min-width : 0 ;
You can’t perform that action at this time.
0 commit comments