File tree 3 files changed +53
-60
lines changed
src/shared/components/challenge-listing
Listing/CopilotOpportunityBucket
3 files changed +53
-60
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ $status-radius-4: $corner-radius * 2;
134
134
width : 30% ;
135
135
136
136
& .completed {
137
- color : $tc-orange ;
137
+ color : $tc-orange ;
138
138
}
139
139
140
140
@include xs-to-md {
@@ -173,68 +173,64 @@ $status-radius-4: $corner-radius * 2;
173
173
width : 40% ;
174
174
175
175
@include xs-to-md {
176
- position : absolute ;
177
- right : 0 ;
178
- top : 20px ;
179
- margin-right : $challenge-space-20 ;
180
- margin-bottom : $challenge-space-20 ;
181
- }
182
-
183
- @include xs-to-sm {
184
- position : relative ;
185
- display : block ;
186
- margin-top : $challenge-space-30 ;
187
- margin-bottom : $challenge-space-45 ;
188
- margin-left : $challenge-space-15 ;
189
- top : 0 ;
190
- }
191
-
192
- @include md {
193
- right : 108px ;
194
- }
195
-
176
+ position : absolute ;
177
+ right : 0 ;
178
+ top : 20px ;
179
+ margin-right : $challenge-space-20 ;
180
+ margin-bottom : $challenge-space-20 ;
181
+ }
182
+
183
+ @include xs-to-sm {
184
+ position : relative ;
185
+ display : block ;
186
+ margin-top : $challenge-space-30 ;
187
+ margin-bottom : $challenge-space-45 ;
188
+ margin-left : $challenge-space-15 ;
189
+ top : 0 ;
190
+ }
191
+
192
+ @include md {
193
+ right : 108px ;
194
+ }
195
+
196
196
span {
197
- color : $tc-black ;
198
- font-weight : 500 ;
199
- font-size : 14px ;
200
- line-height : 16px ;
201
- text-transform : capitalize ;
202
- }
197
+ color : $tc-black ;
198
+ font-weight : 500 ;
199
+ font-size : 14px ;
200
+ line-height : 16px ;
201
+ text-transform : capitalize ;
202
+ }
203
203
}
204
204
205
205
.numHours {
206
-
207
206
width : 30% ;
208
207
209
208
@include xs-to-md {
210
- position : absolute ;
211
- right : 0 ;
212
- top : 20px ;
213
- margin-right : $challenge-space-20 ;
214
- margin-bottom : $challenge-space-20 ;
215
- }
216
-
217
- @include xs-to-sm {
218
- position : relative ;
219
- display : block ;
220
- margin-top : $challenge-space-30 ;
221
- margin-bottom : $challenge-space-45 ;
222
- margin-left : $challenge-space-15 ;
223
- top : 0 ;
224
- }
225
-
226
- @include md {
227
- right : 108px ;
228
- }
229
-
209
+ position : absolute ;
210
+ right : 0 ;
211
+ top : 20px ;
212
+ margin-right : $challenge-space-20 ;
213
+ margin-bottom : $challenge-space-20 ;
214
+ }
215
+
216
+ @include xs-to-sm {
217
+ position : relative ;
218
+ display : block ;
219
+ margin-top : $challenge-space-30 ;
220
+ margin-bottom : $challenge-space-45 ;
221
+ margin-left : $challenge-space-15 ;
222
+ top : 0 ;
223
+ }
224
+
225
+ @include md {
226
+ right : 108px ;
227
+ }
228
+
230
229
span {
231
- color : $tc-black ;
232
- font-weight : 500 ;
233
- font-size : 14px ;
234
- line-height : 16px ;
235
- }
230
+ color : $tc-black ;
231
+ font-weight : 500 ;
232
+ font-size : 14px ;
233
+ line-height : 16px ;
234
+ }
236
235
}
237
-
238
-
239
236
}
240
-
Original file line number Diff line number Diff line change @@ -87,7 +87,4 @@ $challenge-space-30: $base-unit * 6;
87
87
.numHours {
88
88
width : 30% ;
89
89
}
90
-
91
-
92
90
}
93
-
Original file line number Diff line number Diff line change 26
26
margin-left : 0 ;
27
27
}
28
28
}
29
- }
29
+ }
You can’t perform that action at this time.
0 commit comments