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 8080}
8181
8282.content h2 {
83- font-size : 1.1 em ;
83+ font-size : var ( --size-subheader ) ;
8484 font-weight : 400 ;
85- line-height : 1.2em ;
86- margin : 0px ;
85+ margin : 0 ;
8786}
8887
8988.guide p {
115114.entryTitle .entryToggle {
116115 align-items : center;
117116 display : flex;
117+ font-size : var (--size-subheader );
118118 flex-direction : row;
119119 font-weight : bold;
120120 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 3333 clear : both;
3434 display : flex;
3535 justify-content : space-between;
36- min-height : 3.5 rem ;
36+ min-height : 56 px ;
3737}
3838
3939.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 8282}
8383
8484.totalValue {
85- font-size : 2 rem ;
85+ font-size : 32 px ;
8686 display : flex;
8787 align-items : flex-end;
8888}
9191 color : var (--color-secondary );
9292 display : inline-block;
9393 margin-bottom : 3px ;
94- font-size : 1.4 rem ;
95- padding : 0 .25 rem ;
94+ font-size : 22 px ;
95+ padding : 0 4 px ;
9696}
9797
9898.chartCanvas {
113113 font-size : var (--size-small );
114114 margin-top : -25px ;
115115 min-width : 140px ;
116- padding : .75 rem .6 rem ;
116+ padding : 12 px 10 px ;
117117 pointer-events : none;
118118 position : absolute;
119119 text-align : center;
123123
124124.toolTipValue {
125125 font-weight : normal;
126- font-size : 1 rem ;
127- margin : 0 0 .25 rem 0 ;
126+ font-size : 16 px ;
127+ margin : 0 0 4 px 0 ;
128128}
129129
130130.toolTipUnit {
131131 color : var (--color-secondary );
132132 font-size : var (--size-small );
133- padding : 0 .125 rem ;
133+ padding : 0 2 px ;
134134}
135135
136136.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