File tree Expand file tree Collapse file tree 2 files changed +50
-1
lines changed Expand file tree Collapse file tree 2 files changed +50
-1
lines changed Original file line number Diff line number Diff line change 361
361
}
362
362
}
363
363
}
364
+
365
+ .ecosystem {
366
+ .ecosystem-card-title-container {
367
+ .card-title {
368
+ padding-left : 0 ;
369
+ font-size : 1.5rem ;
370
+ color : $slate ;
371
+ }
372
+ }
373
+
374
+ .star-list {
375
+ list-style : none ;
376
+ padding-left : 0 ;
377
+ li {
378
+ display : inline ;
379
+ }
380
+ }
381
+
382
+
383
+ .icon-count-container {
384
+ display : inline-block ;
385
+ vertical-align : text-bottom ;
386
+ margin-left : rem (8px );
387
+ }
388
+
389
+ .github-logo {
390
+ height : 15px ;
391
+ width : 13px ;
392
+ margin-left : 10px ;
393
+ }
394
+
395
+ .github-stars-count {
396
+ color : $mid_gray ;
397
+ position : relative ;
398
+ top : rem (4px );
399
+ font-size : 14px ;
400
+ margin-left : 0.125rem ;
401
+ @include desktop {
402
+ top : rem (3px );
403
+ font-size : initial ;
404
+ }
405
+ }
406
+ }
Original file line number Diff line number Diff line change 71
71
< a href ="{{ item.link }} " target ="_blank ">
72
72
< div class ="card-body {{ item.logo-class }} {% if item.experimental %}experimental{% endif %} ">
73
73
< div class ="ecosystem-card-title-container ">
74
- < h4 > {{ item.title }}</ h4 >
74
+ < ul class ="star-list ">
75
+ < li class ="card-title "> {{ item.title }}</ li >
76
+ < div class ="icon-count-container ">
77
+ < li > < img class ="github-logo " src ="/assets/images/logo-github.svg "> </ li >
78
+ < li class ="github-stars-count "> 27</ li >
79
+ </ div >
80
+ </ ul >
75
81
{% if item.experimental %}
76
82
< div class ="experimental-badge ">
77
83
Experimental
You can’t perform that action at this time.
0 commit comments