File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Lib/profiling/sampling/_heatmap_assets Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 7575 overflow : hidden;
7676}
7777
78- .stat-card ::before {
79- content : '' ;
80- position : absolute;
81- top : 0 ;
82- left : 0 ;
83- right : 0 ;
84- height : 3px ;
85- background : linear-gradient (90deg , var (--python-blue ), var (--python-gold ));
86- opacity : 0 ;
87- transition : opacity var (--transition-fast );
88- }
89-
9078.stat-card : nth-child (1 ) { --i : 0 ; --card-color : 55 , 118 , 171 ; }
9179.stat-card : nth-child (2 ) { --i : 1 ; --card-color : 40 , 167 , 69 ; }
9280.stat-card : nth-child (3 ) { --i : 2 ; --card-color : 255 , 193 , 7 ; }
10189 box-shadow : 0 4px 16px rgba (var (--card-color ), 0.15 );
10290}
10391
104- .stat-card : hover ::before {
105- opacity : 1 ;
106- }
107-
10892.stat-icon {
10993 width : 40px ;
11094 height : 40px ;
You can’t perform that action at this time.
0 commit comments