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 +28
-12
lines changed Expand file tree Collapse file tree 2 files changed +28
-12
lines changed Original file line number Diff line number Diff line change 16
16
)
17
17
18
18
div( class ="name" )
19
- img( ng-if ="track == 'DATA_SCIENCE'" , src ="/images/ico-track-data-outline .svg" )
20
- img( ng-if ="track == 'DEVELOP'" , src ="/images/ico-track-develop-outline .svg" )
21
- img( ng-if ="track == 'DESIGN'" , src ="/images/ico-track-design-outline .svg" )
19
+ img( ng-if ="track == 'DATA_SCIENCE'" , src ="/images/ico-track-data.svg" )
20
+ img( ng-if ="track == 'DEVELOP'" , src ="/images/ico-track-develop.svg" )
21
+ img( ng-if ="track == 'DESIGN'" , src ="/images/ico-track-design.svg" )
22
22
img( ng-if ="track == 'COPILOT'" , src ="/images/ico-track-copilot.svg" )
23
23
span {{track | track | uppercase}}
24
24
Original file line number Diff line number Diff line change 194
194
align-items : flex-start ;
195
195
196
196
.track {
197
- margin : 30px 30 px ;
197
+ margin : 30px 3 px ;
198
198
display : flex ;
199
199
flex-direction : column ;
200
200
align-items : center ;
204
204
span {
205
205
}
206
206
margin : auto ;
207
- @include sofia-pro-extra-light ;
207
+ @include sofia-pro-medium ;
208
208
font-size : 20px ;
209
+ @media screen and (min-width : 768px ) {
210
+ font-size : 24px ;
211
+ line-height : 29px ;
212
+ margin-bottom : 15px ;
213
+ }
209
214
line-height : 24px ;
210
215
margin-bottom : 10.6px ;
211
216
}
214
219
width : 20px ;
215
220
margin-right : 7px ;
216
221
margin-bottom : -2px ;
222
+ @media screen and (min-width : 768px ) {
223
+ height : 30px ;
224
+ width : 30px ;
225
+ margin-bottom : -5px ;
226
+ }
217
227
}
218
228
.subtrack {
219
229
display : flex ;
230
240
background-color : #f0f0f0 ;
231
241
}
232
242
.name {
233
- margin-left : 25px ;
234
243
align-self : center ;
235
244
flex-basis : 250px ;
236
245
align-text : left ;
237
246
overflow : hidden ;
238
247
text-overflow : ellipsis ;
239
248
white-space : nowrap ;
240
- @include sofia-pro-light ;
249
+ @include sofia-pro-medium ;
241
250
font-size : 14px ;
251
+ @media screen and (min-width : 768px ) {
252
+ font-size : 16px ;
253
+ }
242
254
line-height : 18px ;
243
255
text-transform : uppercase ;
244
256
display : flex ;
256
268
text-align : center ;
257
269
@include sofia-pro-semi-bold ;
258
270
font-size : 13.4px ;
271
+ @media screen and (min-width : 768px ) {
272
+ font-size : 18px ;
273
+ }
259
274
line-height : 16px ;
260
275
span .square {
261
276
position : absolute ;
267
282
.tag {
268
283
text-transform : uppercase ;
269
284
margin : 10px auto 0px auto ;
270
- @include sofia-pro-regular ;
285
+ @include sofia-pro-medium ;
271
286
font-size : 8.4px ;
287
+ @media screen and (min-width : 768px ) {
288
+ font-size : 10px ;
289
+ }
272
290
line-height : 10px ;
273
- color : #7f7f7f ;
291
+ color : $accent-gray ;
274
292
}
275
293
}
276
294
.arrow {
277
- @include sofia-pro-extra-light ;
278
- color : #cccccc ;
279
- font-size : 18px ;
280
295
display : flex ;
281
296
flex-direction : column ;
282
297
justify-content : center ;
298
+ height : 18px ;
283
299
}
284
300
}
285
301
.icon {
You can’t perform that action at this time.
0 commit comments