File tree Expand file tree Collapse file tree 1 file changed +17
-13
lines changed
src/features/common/components/card-toolbar-button Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change 88 }
99}
1010.button__standard {
11- gap : 0.75rem ;
12- border : none ;
13- border-radius : 0.25rem ;
11+ gap : .75rem ;
12+ border-radius : .5rem ;
1413 color : var (--color_fg_on_button_subtle );
15- font-variant-numeric : slashed-zero ;
16- font-feature-settings :
17- " clig" off,
18- " liga" off;
14+ z-index : 2 ;
1915 background-color : transparent ;
2016 text-transform : uppercase ;
2117 cursor : pointer ;
22- letter-spacing : 0.2px ;
18+ padding : .75rem ;
19+ letter-spacing : .2px ;
2320 appearance : none ;
2421 display : flex ;
2522 align-items : center ;
23+ justify-content : center ;
24+ border : 1px solid transparent ;
25+ transition : all .2s ease-out ;
26+ width : 2rem ;
27+ height : 2rem ;
28+ font-size : .875rem ;
29+ line-height : 1.375rem ;
2630
2731 & [aria-disabled = " true" ] {
2832 opacity : 0.48 ;
4246 line-height : 1.375rem ;
4347
4448 & [data-style = " compact" ] {
45- padding : 0.125 rem 0.375 rem ;
46- width : unset ;
47- height : unset ;
48- font-size : 0.75 rem ;
49- line-height : 1.25 rem ;
49+ padding : .25 rem ;
50+ width : 2 rem ;
51+ height : 2 rem ;
52+ font-size : .8125 rem ;
53+ line-height : 1.35 ;
5054 }
5155
5256 svg {
You can’t perform that action at this time.
0 commit comments