This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 9
9
.challenge-details
10
10
11
11
p.currentPhase {{challenge.userCurrentPhase}}
12
+
12
13
.challenge-calendar ( ng-show ="challenge.userCurrentPhaseEndTime" )
13
14
p.ends-in Ends In
14
15
p.time-remaining {{challenge.userCurrentPhaseEndTime[0]}}
15
16
p.unit-of-time {{challenge.userCurrentPhaseEndTime[1]}}
16
17
18
+ .stalled-challenge ( ng-hide ="challenge.userCurrentPhaseEndTime" ) This challenge is currently paused.
19
+
17
20
p.prize-money ( ng-show ="challenge.reviewType === 'PEER'" ) Peer Review Challenge
18
21
19
22
p.prize-money ( ng-hide ="challenge.reviewType === 'PEER'" ) {{challenge.totalCheckpointPrize || 0 | currency:undefined:0}}
Original file line number Diff line number Diff line change @@ -49,7 +49,10 @@ ios-card .challenge.tile-view {
49
49
align-items : center ;
50
50
51
51
.currentPhase {
52
- margin-top : 42px ;
52
+ margin-top : 40px ;
53
+ @include sofia-pro-light ;
54
+ font-size : 20px ;
55
+ line-height : 24px ;
53
56
}
54
57
}
55
58
@@ -62,7 +65,8 @@ ios-card .challenge.tile-view {
62
65
}
63
66
64
67
.technologies {
65
- margin-bottom : 40px ;
68
+ height : 36px ;
69
+ margin-bottom : 33px ;
66
70
padding : 0 20px ;
67
71
@include source-sans-regular ;
68
72
font-size : 13px ;
@@ -75,8 +79,7 @@ ios-card .challenge.tile-view {
75
79
align-items : center ;
76
80
width : 75px ;
77
81
height : 63px ;
78
- margin-bottom : 20px ;
79
- margin-top : 44px ;
82
+ margin-top : 16px ;
80
83
background-image : url (/ images/ico-calendar.svg );
81
84
82
85
> p {
@@ -105,6 +108,11 @@ ios-card .challenge.tile-view {
105
108
}
106
109
}
107
110
111
+ .stalled-challenge {
112
+ margin-top : 31px ;
113
+ margin-bottom : 32px ;
114
+ }
115
+
108
116
.phase-action {
109
117
margin-bottom : 25px ;
110
118
@include button-m-wide ;
You can’t perform that action at this time.
0 commit comments