File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 66
77.radio-label {
88 float : left ;
9- padding : $spacer-2 10px $spacer-2 35px ;
9+ // stylelint-disable-next-line primer/spacing
10+ padding : 6px $spacer-3 6px ($spacer-3 + 12px + $spacer-2 ); // 12px is the size of the radio-input
1011 // stylelint-disable-next-line primer/spacing
1112 margin-left : -1px ;
13+ font-size : $body-font-size ;
14+ // stylelint-disable-next-line primer/typography
15+ line-height : 20px ; // Specifically not inherit our `<body>` default
1216 color : $text-gray-dark ;
1317 cursor : pointer ;
1418 border : $border-width $border-style $border-gray-dark ;
2630 }
2731
2832 & :last-of-type {
29- padding-right : $spacer-3 ;
3033 border-top-right-radius : $border-radius ;
3134 border-bottom-right-radius : $border-radius ;
3235 }
3639 z-index : 3 ;
3740 float : left ;
3841 // stylelint-disable-next-line primer/spacing
39- margin : 14 px -35 px 0 14 px ;
42+ margin : 10 px ( - $spacer-5 ) 0 $spacer-3 ;
4043}
You can’t perform that action at this time.
0 commit comments