File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 275
275
--form-item-max-width : ~ " min(65vw, 1600px)" ;
276
276
--form-item-max-width--medium : ~ " min(50vw, 1400px)" ;
277
277
--form-item-max-width--small : ~ " min(35vw, 1200px)" ;
278
- --form-label-font-weight : 600 ;
278
+ --form-label-font-weight : 500 ;
279
279
--form-input-padding : 0.5rem ;
280
280
--form-input-border-radius : 6px ;
281
281
--form-input-glow : 0 0 0 10px transparent ;
Original file line number Diff line number Diff line change 308
308
margin-bottom : 0 ;
309
309
padding : 0 0 5px 32px ;
310
310
cursor : pointer ;
311
- font-weight : 500 ;
311
+ font-weight : var ( --form-label-font-weight ) ;
312
312
// remove 300ms pause on mobile
313
313
touch-action : manipulation ;
314
314
474
474
margin : 0 ;
475
475
cursor : pointer ;
476
476
line-height : 22px ;
477
- font-weight : 500 ;
477
+ font-weight : var ( --form-label-font-weight ) ;
478
478
479
479
& ::before {
480
480
content : " " ;
You can’t perform that action at this time.
0 commit comments