File tree Expand file tree Collapse file tree 2 files changed +11
-14
lines changed
Expand file tree Collapse file tree 2 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 1111 a {
1212 color : var (--color-text );
1313 text-decoration : underline;
14- text-underline-offset : 0.1875 rem ;
14+ text-underline-offset : var ( --space-0-75 ) ;
1515 }
1616
1717 background : var (--color-bg );
5454 text-decoration : underline;
5555 align-items : center;
5656 justify-content : center;
57- text-underline-offset : 0.1875 rem ;
57+ text-underline-offset : var ( --space-0-75 ) ;
5858 border-right : 2px solid var (--color-border );
59-
60- a {
61- color : var (--color-text );
62- text-decoration : underline;
63- }
6459 }
6560
6661 [data-slot = "right" ] {
6762 flex : 1 ;
6863 display : flex;
6964 align-items : center;
7065 justify-content : center;
71- gap : 0.625 rem ;
66+ gap : var ( --space-2-5 ) ;
7267 padding : 0 var (--space-6 );
7368 }
7469
7873 align-items : center;
7974 cursor : pointer;
8075 color : var (--color-text-secondary );
81- font-size : 1.125 rem ;
76+ font-size : var ( --font-size-lg ) ;
8277 font-family : var (--font-mono );
8378 gap : var (--space-2 );
8479 }
141136 align-items : start;
142137 gap : var (--space-3 );
143138
144- & : nth-child (1 ) {}
139+ & : nth-child (1 ) {
140+ }
145141
146142 & : nth-child (2 ) {
147143 border-left : 2px solid var (--color-border );
221217 [data-component = "copy-status" ] {
222218 [data-slot = "copy" ] {
223219 display : block;
224- width : 16 px ;
225- height : 16 px ;
220+ width : var ( --space-4 ) ;
221+ height : var ( --space-4 ) ;
226222 color : var (--color-text-dimmed );
227223
228224 [data-copied ] & {
232228
233229 [data-slot = "check" ] {
234230 display : none;
235- width : 16 px ;
236- height : 16 px ;
231+ width : var ( --space-4 ) ;
232+ height : var ( --space-4 ) ;
237233 color : white;
238234
239235 [data-copied ] & {
Original file line number Diff line number Diff line change 22 --space-0 : 0 ;
33 --space-px : 1px ;
44 --space-0-5 : 0.125rem ;
5+ --space-0-75 : 0.1875rem ;
56 --space-1 : 0.25rem ;
67 --space-1-5 : 0.375rem ;
78 --space-2 : 0.5rem ;
You can’t perform that action at this time.
0 commit comments