File tree 5 files changed +80
-0
lines changed
src/testParameters/styles
5 files changed +80
-0
lines changed Original file line number Diff line number Diff line change @@ -322,4 +322,20 @@ export const Tanner1Styles = {
322
322
size : 14 ,
323
323
style : 'normal' ,
324
324
} ,
325
+ toggleTooltipStyle : {
326
+ backgroundColor : '#333' ,
327
+ color : '#fff' ,
328
+ fontSize : 14 ,
329
+ fontFamily : 'Montserrat' ,
330
+ fontWeight : 400 ,
331
+ fontStyle : 'regular' ,
332
+ borderRadius : 4
333
+ } ,
334
+ referenceTextStyle : {
335
+ fontSize : 8 ,
336
+ fontFamily : 'Arial' ,
337
+ color : '#000000' ,
338
+ fontWeight : 200 ,
339
+ fontStyle : 'normal' ,
340
+ }
325
341
} ;
Original file line number Diff line number Diff line change @@ -322,4 +322,20 @@ export const Tanner2Styles = {
322
322
size : 14 ,
323
323
style : 'normal' ,
324
324
} ,
325
+ toggleTooltipStyle : {
326
+ backgroundColor : '#333' ,
327
+ color : '#fff' ,
328
+ fontSize : 14 ,
329
+ fontFamily : 'Montserrat' ,
330
+ fontWeight : 400 ,
331
+ fontStyle : 'regular' ,
332
+ borderRadius : 4
333
+ } ,
334
+ referenceTextStyle : {
335
+ fontSize : 8 ,
336
+ fontFamily : 'Arial' ,
337
+ color : '#000000' ,
338
+ fontWeight : 200 ,
339
+ fontStyle : 'normal' ,
340
+ }
325
341
} ;
Original file line number Diff line number Diff line change @@ -322,4 +322,20 @@ export const Tanner3Styles = {
322
322
size : 14 ,
323
323
style : 'normal' ,
324
324
} ,
325
+ toggleTooltipStyle : {
326
+ backgroundColor : '#333' ,
327
+ color : '#fff' ,
328
+ fontSize : 14 ,
329
+ fontFamily : 'Montserrat' ,
330
+ fontWeight : 400 ,
331
+ fontStyle : 'regular' ,
332
+ borderRadius : 4
333
+ } ,
334
+ referenceTextStyle : {
335
+ fontSize : 8 ,
336
+ fontFamily : 'Arial' ,
337
+ color : '#000000' ,
338
+ fontWeight : 200 ,
339
+ fontStyle : 'normal' ,
340
+ }
325
341
} ;
Original file line number Diff line number Diff line change @@ -321,4 +321,20 @@ export const traditionalBoysStyles = {
321
321
size : 14 ,
322
322
style : 'normal' ,
323
323
} ,
324
+ toggleTooltipStyle : {
325
+ backgroundColor : '#333' ,
326
+ color : '#fff' ,
327
+ fontSize : 14 ,
328
+ fontFamily : 'Montserrat' ,
329
+ fontWeight : 400 ,
330
+ fontStyle : 'regular' ,
331
+ borderRadius : 4
332
+ } ,
333
+ referenceTextStyle : {
334
+ fontSize : 8 ,
335
+ fontFamily : 'Arial' ,
336
+ color : '#000000' ,
337
+ fontWeight : 200 ,
338
+ fontStyle : 'normal' ,
339
+ }
324
340
} ;
Original file line number Diff line number Diff line change @@ -321,4 +321,20 @@ export const traditionalGirlsStyles = {
321
321
size : 14 ,
322
322
weight : 'normal' ,
323
323
} ,
324
+ toggleTooltipStyle : {
325
+ backgroundColor : '#333' ,
326
+ color : '#fff' ,
327
+ fontSize : 14 ,
328
+ fontFamily : 'Montserrat' ,
329
+ fontWeight : 400 ,
330
+ fontStyle : 'regular' ,
331
+ borderRadius : 4
332
+ } ,
333
+ referenceTextStyle : {
334
+ fontSize : 8 ,
335
+ fontFamily : 'Arial' ,
336
+ color : '#000000' ,
337
+ fontWeight : 200 ,
338
+ fontStyle : 'normal' ,
339
+ }
324
340
} ;
You can’t perform that action at this time.
0 commit comments