File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed
apps/developer-hub/src/components/RewardSimulator
packages/component-library/src Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 7979}
8080
8181.resultValue {
82- font-family : theme . font-family ( " monospace " );
82+ font-family : var ( -- font-mono );
8383 font-size : theme .font-size (" sm" );
8484 margin : 0 ;
8585 margin-bottom : theme .spacing (2 );
Original file line number Diff line number Diff line change @@ -30,21 +30,6 @@ $font-weight: (
3030 @return map-get-strict ($font-weight , $weight );
3131}
3232
33- $font-family : (
34- " monospace" : (
35- " ui-monospace" ,
36- " sfmono-regular" ,
37- " consolas" ,
38- " Liberation Mono" ,
39- " menlo" ,
40- " monospace" ,
41- ),
42- );
43-
44- @function font-family ($family ) {
45- @return map-get-strict ($font-family , $family );
46- }
47-
4833$font-size : (
4934 " xxs" : 0.6875rem ,
5035 " xs" : 0.75rem ,
You can’t perform that action at this time.
0 commit comments