File tree 14 files changed +34
-40
lines changed
14 files changed +34
-40
lines changed Original file line number Diff line number Diff line change 69
69
70
70
.content h2 {
71
71
margin : 0px ;
72
- font-size : 1.1em ;
73
- line-height : 1.2em ;
72
+ font-size : var (--size-subheader );
74
73
font-weight : 400 ;
75
74
}
76
75
99
98
width : 16px ;
100
99
line-height : 1.2em ;
101
100
display : flex;
101
+ font-size : var (--size-subheader );
102
102
flex-direction : row;
103
103
justify-content : flex-start;
104
104
align-items : center;
Original file line number Diff line number Diff line change 4
4
line-height : 42px ;
5
5
position : absolute;
6
6
right : 0 ;
7
- width : 2 rem ;
7
+ width : 32 px ;
8
8
}
Original file line number Diff line number Diff line change 9
9
appearance : none;
10
10
background : var (--background-secondary );
11
11
border : 2px solid var (--background-secondary );
12
- border-radius : 2 rem ;
12
+ border-radius : 32 px ;
13
13
color : var (--color-default );
14
14
font-size : var (--size-default );
15
15
line-height : 1.75 ;
Original file line number Diff line number Diff line change 12
12
width : 100% ;
13
13
}
14
14
15
- .title {
16
- font-size : 2rem ;
17
- font-weight : 400 ;
18
- text-align : center;
19
- }
20
-
21
15
.disclaimer {
22
16
background-color : var (--background-secondary );
23
17
flex-basis : 100% ;
34
28
background-color : # fff ;
35
29
}
36
30
37
- .disclaimer . title {
38
- font-size : .875 rem ;
31
+ .title {
32
+ font-size : 14 px ;
39
33
font-weight : bold;
40
34
text-align : left;
41
35
}
42
36
43
37
.disclaimer p {
44
- font-size : .875 rem ;
38
+ font-size : 14 px ;
45
39
line-height : 1.5 ;
46
40
}
47
41
48
42
.disclaimer p + .title {
49
- margin : 2.5 rem 0 0 0 ;
43
+ margin : 40 px 0 0 0 ;
50
44
}
51
45
52
46
.table {
55
49
56
50
.table table {
57
51
border-collapse : collapse;
58
- font-size : .875 rem ;
52
+ font-size : 14 px ;
59
53
text-align : left;
60
54
}
61
55
Original file line number Diff line number Diff line change 13
13
14
14
.successCheck {
15
15
background-color : var (--color-success );
16
- border : .5 rem solid var (--color-success );
16
+ border : 8 px solid var (--color-success );
17
17
border-radius : 100px ;
18
18
}
19
19
Original file line number Diff line number Diff line change 36
36
clear : both;
37
37
display : flex;
38
38
justify-content : space-between;
39
- min-height : 3.5 rem ;
39
+ min-height : 56 px ;
40
40
}
41
41
42
42
.verifyButton {
Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ const IconAndMessage = ({ messageType }: TIconProps) => {
31
31
case 'sent' :
32
32
return (
33
33
< >
34
- < Checked style = { { height : 18 , marginRight : '1rem ' } } />
34
+ < Checked style = { { height : 18 , marginRight : '16px ' } } />
35
35
{ t ( 'send.success' ) }
36
36
</ >
37
37
) ;
38
38
case 'abort' :
39
39
return (
40
40
< >
41
- < Cancel alt = "Abort" style = { { height : 18 , marginRight : '1rem ' } } />
41
+ < Cancel alt = "Abort" style = { { height : 18 , marginRight : '16px ' } } />
42
42
{ t ( 'send.abort' ) }
43
43
</ >
44
44
) ;
Original file line number Diff line number Diff line change 193
193
}
194
194
195
195
.coinName img {
196
- left : -2 rem ;
196
+ left : -32 px ;
197
197
position : absolute;
198
198
top : -3px ;
199
199
}
Original file line number Diff line number Diff line change 64
64
}
65
65
66
66
.totalValue {
67
- font-size : 2 rem ;
67
+ font-size : 32 px ;
68
68
display : flex;
69
69
align-items : flex-end;
70
70
}
73
73
color : var (--color-secondary );
74
74
display : inline-block;
75
75
margin-bottom : 3px ;
76
- font-size : 1.4 rem ;
77
- padding : 0 .25 rem ;
76
+ font-size : 22 px ;
77
+ padding : 0 4 px ;
78
78
}
79
79
80
80
.chartCanvas {
95
95
font-size : var (--size-small );
96
96
margin-top : -25px ;
97
97
min-width : 140px ;
98
- padding : .75 rem .6 rem ;
98
+ padding : 12 px 10 px ;
99
99
pointer-events : none;
100
100
position : absolute;
101
101
text-align : center;
105
105
106
106
.toolTipValue {
107
107
font-weight : normal;
108
- font-size : 1 rem ;
109
- margin : 0 0 .25 rem 0 ;
108
+ font-size : 16 px ;
109
+ margin : 0 0 4 px 0 ;
110
110
}
111
111
112
112
.toolTipUnit {
113
113
color : var (--color-secondary );
114
114
font-size : var (--size-small );
115
- padding : 0 .125 rem ;
115
+ padding : 0 2 px ;
116
116
}
117
117
118
118
.toolTipTime {
Original file line number Diff line number Diff line change 1
1
2
2
.arrow img {
3
- margin-right : .25 rem ;
3
+ margin-right : 4 px ;
4
4
vertical-align : text-bottom;
5
5
}
6
6
13
13
}
14
14
15
15
.diffValue {
16
- font-size : 1.2 rem ;
16
+ font-size : 19 px ;
17
17
}
18
18
19
19
.diffUnit {
20
- font-size : 1 rem ;
21
- padding : 0 .25 rem ;
20
+ font-size : 16 px ;
21
+ padding : 0 4 px ;
22
22
}
Original file line number Diff line number Diff line change 80
80
}
81
81
82
82
.title {
83
- font-size : 2 rem ;
83
+ font-size : 32 px ;
84
84
font-weight : 400 ;
85
85
margin-top : 0 ;
86
86
margin-bottom : var (--space-default );
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ class Check extends Component {
99
99
onClose = { this . abort } >
100
100
{ message ? (
101
101
< div >
102
- < p style = { { minHeight : '3rem ' } } > { message } </ p >
102
+ < p style = { { minHeight : '48px ' } } > { message } </ p >
103
103
< div className = { style . actions } >
104
104
< Button secondary onClick = { this . abort } >
105
105
{ t ( 'button.back' ) }
Original file line number Diff line number Diff line change 36
36
}
37
37
38
38
.agreements {
39
- margin-bottom : 1 rem ;
39
+ margin-bottom : 16 px ;
40
40
}
41
41
42
42
.emptyText {
Original file line number Diff line number Diff line change 37
37
--color-danger : var (--color-error );
38
38
39
39
/* font sizes */
40
- --size-extra-large : 2.2 rem ;
41
- --size-large : 2 rem ;
42
- --size-large-mobile : 1.4 rem ;
40
+ --size-extra-large : 35 px ;
41
+ --size-large : 32 px ;
42
+ --size-large-mobile : 22 px ;
43
43
--size-subheader : 18px ;
44
44
--size-medium : var (--size-default );
45
45
--size-default : 14px ;
53
53
--size-wizard-text : 16px ;
54
54
55
55
/* spacing */
56
- --spacing-large : 2 rem ;
57
- --spacing-default : 1 rem ;
58
- --spacing-half : .5 rem ;
56
+ --spacing-large : 32 px ;
57
+ --spacing-default : 16 px ;
58
+ --spacing-half : 8 px ;
59
59
60
60
--space-large : 64px ;
61
61
--space-default : 32px ;
You can’t perform that action at this time.
0 commit comments