261261 margin-bottom : 4px ;
262262 text-align : center;
263263 width : 100% ;
264-
265264}
266265
267266.light .stat-value {
392391 font-weight : 600 ;
393392 letter-spacing : 0.3px ;
394393 appearance : none;
395- background : linear-gradient (to bottom,
396- rgba (255 , 255 , 255 , 0.05 ) 0% ,
397- rgba (0 , 0 , 0 , 0.05 ) 100% );
394+ background : linear-gradient (
395+ to bottom,
396+ rgba (255 , 255 , 255 , 0.05 ) 0% ,
397+ rgba (0 , 0 , 0 , 0.05 ) 100%
398+ );
398399 cursor : pointer;
399400 transition : all 0.25s ease;
400401 box-shadow : 0 2px 8px rgba (0 , 0 , 0 , 0.08 );
917918}
918919
919920@media (max-width : 475px ) {
920-
921921 .contributors-container .page-numbers .page-btn ,
922922 .contributors-container .pagination .pagination-btn ,
923923 .contributors-container .pagination-ellipsis {
934934}
935935
936936@media (max-width : 320px ) {
937-
938937 .contributors-container .page-numbers .page-btn ,
939938 .contributors-container .pagination .pagination-btn ,
940939 .contributors-container .pagination-ellipsis {
10021001 width : 32px ;
10031002 height : 32px ;
10041003 border-radius : 50% ;
1005- background : linear-gradient (90deg ,
1006- rgba (0 , 0 , 0 , 0.06 ) 25% ,
1007- rgba (0 , 0 , 0 , 0.12 ) 50% ,
1008- rgba (0 , 0 , 0 , 0.06 ) 75% );
1004+ background : linear-gradient (
1005+ 90deg ,
1006+ rgba (0 , 0 , 0 , 0.06 ) 25% ,
1007+ rgba (0 , 0 , 0 , 0.12 ) 50% ,
1008+ rgba (0 , 0 , 0 , 0.06 ) 75%
1009+ );
10091010 background-size : 200% 100% ;
10101011 animation : skeleton-shimmer 2s infinite;
10111012}
10121013
10131014.skeleton-loader .dark .skeleton-avatar {
1014- background : linear-gradient (90deg ,
1015- rgba (255 , 255 , 255 , 0.05 ) 25% ,
1016- rgba (255 , 255 , 255 , 0.1 ) 50% ,
1017- rgba (255 , 255 , 255 , 0.05 ) 75% );
1015+ background : linear-gradient (
1016+ 90deg ,
1017+ rgba (255 , 255 , 255 , 0.05 ) 25% ,
1018+ rgba (255 , 255 , 255 , 0.1 ) 50% ,
1019+ rgba (255 , 255 , 255 , 0.05 ) 75%
1020+ );
10181021 background-size : 200% 100% ;
10191022}
10201023
10341037 height : 16px ;
10351038 width : 60% ;
10361039 border-radius : 4px ;
1037- background : linear-gradient (90deg ,
1038- rgba (0 , 0 , 0 , 0.06 ) 25% ,
1039- rgba (0 , 0 , 0 , 0.12 ) 50% ,
1040- rgba (0 , 0 , 0 , 0.06 ) 75% );
1040+ background : linear-gradient (
1041+ 90deg ,
1042+ rgba (0 , 0 , 0 , 0.06 ) 25% ,
1043+ rgba (0 , 0 , 0 , 0.12 ) 50% ,
1044+ rgba (0 , 0 , 0 , 0.06 ) 75%
1045+ );
10411046 background-size : 200% 100% ;
10421047 animation : skeleton-shimmer 2s infinite;
10431048}
10441049
10451050.skeleton-loader .dark .skeleton-bar {
1046- background : linear-gradient (90deg ,
1047- rgba (255 , 255 , 255 , 0.05 ) 25% ,
1048- rgba (255 , 255 , 255 , 0.1 ) 50% ,
1049- rgba (255 , 255 , 255 , 0.05 ) 75% );
1051+ background : linear-gradient (
1052+ 90deg ,
1053+ rgba (255 , 255 , 255 , 0.05 ) 25% ,
1054+ rgba (255 , 255 , 255 , 0.1 ) 50% ,
1055+ rgba (255 , 255 , 255 , 0.05 ) 75%
1056+ );
10501057 background-size : 200% 100% ;
10511058}
10521059
10591066 height : 20px ;
10601067 width : 60px ;
10611068 border-radius : 12px ;
1062- background : linear-gradient (90deg ,
1063- rgba (0 , 0 , 0 , 0.06 ) 25% ,
1064- rgba (0 , 0 , 0 , 0.12 ) 50% ,
1065- rgba (0 , 0 , 0 , 0.06 ) 75% );
1069+ background : linear-gradient (
1070+ 90deg ,
1071+ rgba (0 , 0 , 0 , 0.06 ) 25% ,
1072+ rgba (0 , 0 , 0 , 0.12 ) 50% ,
1073+ rgba (0 , 0 , 0 , 0.06 ) 75%
1074+ );
10661075 background-size : 200% 100% ;
10671076 animation : skeleton-shimmer 2s infinite;
10681077}
10691078
10701079.skeleton-loader .dark .skeleton-badge {
1071- background : linear-gradient (90deg ,
1072- rgba (255 , 255 , 255 , 0.05 ) 25% ,
1073- rgba (255 , 255 , 255 , 0.1 ) 50% ,
1074- rgba (255 , 255 , 255 , 0.05 ) 75% );
1080+ background : linear-gradient (
1081+ 90deg ,
1082+ rgba (255 , 255 , 255 , 0.05 ) 25% ,
1083+ rgba (255 , 255 , 255 , 0.1 ) 50% ,
1084+ rgba (255 , 255 , 255 , 0.05 ) 75%
1085+ );
10751086 background-size : 200% 100% ;
10761087}
10771088
15031514 .pr-item-meta {
15041515 gap : 12px ;
15051516 }
1506- }
1517+ }
0 commit comments