File tree Expand file tree Collapse file tree 13 files changed +33
-39
lines changed Expand file tree Collapse file tree 13 files changed +33
-39
lines changed Original file line number Diff line number Diff line change 7474}
7575
7676.content h2 {
77- font-size : 1.1 em ;
77+ font-size : var ( --size-subheader ) ;
7878 font-weight : 400 ;
79- line-height : 1.2em ;
80- margin : 0px ;
79+ margin : 0 ;
8180}
8281
8382.guide p {
104103.entryTitle .entryToggle {
105104 align-items : center;
106105 display : flex;
106+ font-size : var (--size-subheader );
107107 flex-direction : row;
108108 font-weight : bold;
109109 justify-content : flex-start;
Original file line number Diff line number Diff line change 44 line-height : 42px ;
55 position : absolute;
66 right : 0 ;
7- width : 2 rem ;
7+ width : 32 px ;
88}
Original file line number Diff line number Diff line change 99 appearance : none;
1010 background : var (--background-secondary );
1111 border : 2px solid var (--background-secondary );
12- border-radius : 2 rem ;
12+ border-radius : 32 px ;
1313 color : var (--color-default );
1414 font-size : var (--size-default );
1515 line-height : 1.75 ;
Original file line number Diff line number Diff line change 1212 width : 100% ;
1313}
1414
15- .title {
16- font-size : 2rem ;
17- font-weight : 400 ;
18- text-align : center;
19- }
20-
2115.disclaimer {
2216 background-color : var (--background-secondary );
2317 flex-basis : 100% ;
3024 padding : var (--space-quarter ) 1em 1em 1em ;
3125}
3226
33- .disclaimer . title {
34- font-size : .875 rem ;
27+ .title {
28+ font-size : 14 px ;
3529 font-weight : bold;
3630 text-align : left;
3731}
3832
3933.disclaimer p {
40- font-size : .875 rem ;
34+ font-size : 14 px ;
4135 line-height : 1.5 ;
4236}
4337
4438.disclaimer p + .title {
45- margin : 2.5 rem 0 0 0 ;
39+ margin : 40 px 0 0 0 ;
4640}
4741
4842.table {
5145
5246.table table {
5347 border-collapse : collapse;
54- font-size : .875 rem ;
48+ font-size : 14 px ;
5549 text-align : left;
5650}
5751
Original file line number Diff line number Diff line change 1313
1414.successCheck {
1515 background-color : var (--color-success );
16- border : .5 rem solid var (--color-success );
16+ border : 8 px solid var (--color-success );
1717 border-radius : 100px ;
1818}
1919
Original file line number Diff line number Diff line change 3636 clear : both;
3737 display : flex;
3838 justify-content : space-between;
39- min-height : 3.5 rem ;
39+ min-height : 56 px ;
4040}
4141
4242.verifyButton {
Original file line number Diff line number Diff line change 193193 }
194194
195195 .coinName img {
196- left : -2 rem ;
196+ left : -32 px ;
197197 position : absolute;
198198 top : -3px ;
199199 }
Original file line number Diff line number Diff line change 7878}
7979
8080.totalValue {
81- font-size : 2 rem ;
81+ font-size : 32 px ;
8282 display : flex;
8383 align-items : flex-end;
8484}
8787 color : var (--color-secondary );
8888 display : inline-block;
8989 margin-bottom : 3px ;
90- font-size : 1.4 rem ;
91- padding : 0 .25 rem ;
90+ font-size : 22 px ;
91+ padding : 0 4 px ;
9292}
9393
9494.chartCanvas {
109109 font-size : var (--size-small );
110110 margin-top : -25px ;
111111 min-width : 140px ;
112- padding : .75 rem .6 rem ;
112+ padding : 12 px 10 px ;
113113 pointer-events : none;
114114 position : absolute;
115115 text-align : center;
119119
120120.toolTipValue {
121121 font-weight : normal;
122- font-size : 1 rem ;
123- margin : 0 0 .25 rem 0 ;
122+ font-size : 16 px ;
123+ margin : 0 0 4 px 0 ;
124124}
125125
126126.toolTipUnit {
127127 color : var (--color-secondary );
128128 font-size : var (--size-small );
129- padding : 0 .125 rem ;
129+ padding : 0 2 px ;
130130}
131131
132132.toolTipTime {
Original file line number Diff line number Diff line change 11
22.arrow img {
3- margin-right : .25 rem ;
3+ margin-right : 4 px ;
44 vertical-align : text-bottom;
55}
66
1313}
1414
1515.diffValue {
16- font-size : 1.2 rem ;
16+ font-size : 19 px ;
1717}
1818
1919.diffUnit {
20- font-size : 1 rem ;
21- padding : 0 .25 rem ;
20+ font-size : 16 px ;
21+ padding : 0 4 px ;
2222}
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ class Check extends Component {
9999 onClose = { this . abort } >
100100 { message ? (
101101 < div >
102- < p style = { { minHeight : '3rem ' } } > { message } </ p >
102+ < p style = { { minHeight : '48px ' } } > { message } </ p >
103103 < div className = { style . actions } >
104104 < Button secondary onClick = { this . abort } >
105105 { t ( 'button.back' ) }
You can’t perform that action at this time.
0 commit comments