File tree 1 file changed +14
-11
lines changed
1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -244,17 +244,20 @@ const hiddenTechs = (items) => techs.filter(item => !items.includes(item.name.to
244
244
margin-bottom : .2rem ;
245
245
}
246
246
247
- figcaption .tooltip {
248
- position : absolute ;
249
- bottom : 2% ;
250
- background : var (--vtl-background-tooltip );
251
- box-shadow : 0 4px 10px var (--vtl-shadow-tooltip );
252
- padding : 0.2rem 0.5rem ;
253
- border-radius : 5px ;
254
- pointer-events : none ;
255
- opacity : 0 ;
256
- transition : .3s all ;
257
- color : var (--vtl-text );
247
+ figcaption {
248
+ font-size : .7rem ;
249
+ & .tooltip {
250
+ position : absolute ;
251
+ bottom : 2% ;
252
+ background : var (--vtl-background-tooltip );
253
+ box-shadow : 0 4px 10px var (--vtl-shadow-tooltip );
254
+ padding : 0.2rem 0.5rem ;
255
+ border-radius : 5px ;
256
+ pointer-events : none ;
257
+ opacity : 0 ;
258
+ transition : .3s all ;
259
+ color : var (--vtl-text );
260
+ }
258
261
}
259
262
}
260
263
}
You can’t perform that action at this time.
0 commit comments