Skip to content

Commit 5e639f7

Browse files
committed
Merge branch 'frontend-cleanup-css'
2 parents ac863e2 + e9bc75c commit 5e639f7

File tree

11 files changed

+12
-33
lines changed

11 files changed

+12
-33
lines changed

frontends/web/src/components/balance/balance.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
}
4242

4343
.balanceTable td {
44-
font-size: var(--size-large-mobile);
44+
font-size: var(--size-header);
4545
line-height: 1.5;
4646
}
4747

frontends/web/src/components/dialog/dialog.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
@media (max-width: 768px) {
204204

205205
.header .title{
206-
font-size: var(--header-default-font-size);
206+
font-size: var(--size-header);
207207
}
208208

209209
.modal {

frontends/web/src/components/guide/guide.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
}
5757

5858
.header h2 {
59-
font-size: var(--header-default-font-size);
59+
font-size: var(--size-header);
6060
font-weight: 400;
6161
margin: 0;
6262
}

frontends/web/src/components/layout/header.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
.title > * {
8080
margin: 0;
81-
font-size: var(--header-default-font-size);
81+
font-size: var(--size-header);
8282
font-weight: 400;
8383
line-height: 1;
8484
display: inline-flex;

frontends/web/src/components/wallet-connect/incoming-signing-request.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222

2323
.animationAndTextContainer p {
24-
font-size: var(--header-default-font-size);
24+
font-size: var(--size-header);
2525
margin-top: var(--space-quarter);
2626
}
2727

@@ -101,7 +101,7 @@
101101
}
102102

103103
.titleContainer h3 {
104-
font-size: var(--header-default-font-size);
104+
font-size: var(--size-header);
105105
font-weight: 400;
106106
margin: 0 0 0 var(--space-eight);
107107
padding: 0 var(--space-quarter);

frontends/web/src/routes/account/info/info.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.title {
2-
font-size: var(--header-default-font-size);
2+
font-size: var(--size-header);
33
font-weight: 400;
44
}
55

frontends/web/src/routes/account/receive/receive.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
background: none;
4141
border: 0;
4242
color: var(--color-blue);
43-
font-size: var(--size-button);
43+
font-size: var(--size-default);
4444
line-height: 1;
4545
padding: 0;
4646
text-decoration: none;

frontends/web/src/routes/account/send/components/confirm/confirm.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
}
6565

6666
.valueOriginalLarge {
67-
font-size: var(--header-default-font-size);
67+
font-size: var(--size-header);
6868
font-weight: 500;
6969
}

frontends/web/src/routes/device/bitbox02/setup/checklist.module.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
/* TODO: ideally fontsize of those labels would just use the default from View component */
2-
.wizardCheckbox label {
3-
font-size: var(--size-wizard-text) !important;
4-
line-height: 1.4;
5-
}
6-
71
.wizardCheckbox label::before {
82
top: 2px !important;
93
}

frontends/web/src/routes/device/bitbox02/setup/name.module.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/* TODO: ideally fontsize of those labels would just use the default from View component */
2-
.wizardLabel label {
3-
font-size: var(--size-wizard-text) !important;
4-
}
5-
61
.inputError input,
72
.inputError input:focus {
83
border-color: var(--color-danger);
@@ -11,7 +6,7 @@
116
.errorMessage {
127
color: var(--color-danger);
138
display: block;
14-
font-size: var(--size-medium);
9+
font-size: var(--size-default);
1510
padding-top: var(--space-quarter);
1611
}
1712

0 commit comments

Comments
 (0)