File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1644,11 +1644,20 @@ body.page--article h1 {
16441644}
16451645
16461646.claim-amount__primary {
1647+ display : inline-flex;
1648+ align-items : baseline;
1649+ gap : 0.45rem ;
16471650 font-variant-numeric : tabular-nums;
16481651 font-size : clamp (1.3rem , 2.3vw , 1.7rem );
16491652 font-weight : 700 ;
16501653}
16511654
1655+ .claim-amount__unit {
1656+ color : var (--muted );
1657+ font-size : 0.78em ;
1658+ font-weight : 650 ;
1659+ }
1660+
16521661.muted {
16531662 color : var (--muted );
16541663 font-size : 0.92rem ;
Original file line number Diff line number Diff line change @@ -300,6 +300,7 @@ export default function ClaimClient() {
300300 < div className = "claim-amount" >
301301 < div className = "claim-amount__primary" >
302302 < span > { claimableHuman } </ span >
303+ < span className = "claim-amount__unit" > $RSS3</ span >
303304 </ div >
304305 </ div >
305306 </ div >
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ function ClaimFallback() {
3737 < div className = "claim-amount" >
3838 < div className = "claim-amount__primary" >
3939 < span > 0</ span >
40+ < span className = "claim-amount__unit" > $RSS3</ span >
4041 </ div >
4142 </ div >
4243 </ div >
You can’t perform that action at this time.
0 commit comments