Skip to content

Commit 05dd7a0

Browse files
committed
Style updates
1 parent 5e71512 commit 05dd7a0

File tree

6 files changed

+12
-1
lines changed

6 files changed

+12
-1
lines changed

src/components/ModalHeader.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@
2424
2525
/* .bn-onboard-modal-content-header-heading */
2626
h3 {
27+
font-family: "Helvetica Neue";
2728
font-weight: bold;
2829
font-size: 1.33rem;
2930
margin: 0 0 0 0.5rem;
31+
color: #4a4a4a;
3032
}
3133
</style>
3234

src/components/Wallets.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515
flex-flow: row wrap;
1616
align-items: center;
1717
list-style-type: none;
18-
margin-bottom: 0.66rem;
18+
margin: 1rem 0 0.66rem 0;
1919
padding: 0;
20+
font-family: "Helvetica Neue";
21+
line-height: 1.15;
2022
}
2123
2224
div {

src/elements/Button.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
margin-top: 0.33rem;
1515
cursor: pointer;
1616
color: #4a90e2;
17+
font-family: "Helvetica Neue";
1718
transition: background 150ms ease-in-out;
19+
line-height: 1.15;
1820
}
1921
2022
button:focus {

src/elements/IconButton.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
border-radius: 40px;
2222
cursor: pointer;
2323
color: inherit;
24+
line-height: 1.15;
25+
font-family: "Helvetica Neue";
2426
}
2527
2628
button:hover {

src/views/PrepareWallet.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@
152152
/* .bn-onboard-prepare-description */
153153
p {
154154
font-size: 0.889rem;
155+
font-family: "Helvetica Neue";
156+
margin: 1em 0;
155157
}
156158
157159
/* .bn-onboard-prepare-error */

src/views/SelectWallet.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
p {
106106
font-size: 0.889rem;
107107
margin: 1rem 0 0 0;
108+
font-family: "Helvetica Neue";
108109
}
109110
110111
/* .bn-onboard-select-info-container */

0 commit comments

Comments
 (0)