File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 display : inline-block ;
55 appearance : none !important ;
66 // stylelint-disable-next-line primer/spacing
7- padding : .9rem 1.5rem 1.1rem ;
7+ padding : 0 .9rem 1.5rem 1.1rem ;
88 // stylelint-disable-next-line primer/typography
99 font-size : 1rem ;
1010 font-weight : $font-weight-bold ;
1414 user-select : none ;
1515 border : 0 ;
1616 // stylelint-disable-next-line primer/borders
17- border-radius : .375rem ;
17+ border-radius : 0 .375rem ;
1818
1919 @include btn-solid-mktg (
2020 var (--color-mktg-btn-text ),
3434 z-index : -1 ;
3535 content : " " ;
3636 // stylelint-disable-next-line primer/borders
37- border-radius : .375rem ;
37+ border-radius : 0 .375rem ;
3838 opacity : 0 ;
3939 transition : opacity 0.4s ;
4040 }
9797
9898.btn-small-mktg {
9999 // stylelint-disable-next-line primer/spacing
100- padding : .625rem 1rem .8125rem ;
100+ padding : 0 .625rem 1rem 0 .8125rem ;
101101}
102102
103103.btn-large-mktg {
You can’t perform that action at this time.
0 commit comments