Skip to content

Commit 13ba311

Browse files
committed
update the styles of VaultLoans component
1 parent e854f7f commit 13ba311

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/containers/Vault/VaultLoans/styles.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
display: block;
9393
margin-bottom: 8px;
9494
color: $black-40;
95-
font-size: 16px;
95+
font-size: 12px;
9696
letter-spacing: 0.5px;
9797
text-transform: uppercase;
9898
}
@@ -125,7 +125,7 @@
125125
display: block;
126126
margin-bottom: 8px;
127127
color: $black-40;
128-
font-size: 16px;
128+
font-size: 12px;
129129
letter-spacing: 0.5px;
130130
text-transform: uppercase;
131131
}
@@ -148,7 +148,7 @@
148148
display: block;
149149
margin-bottom: 8px;
150150
color: $black-40;
151-
font-size: 16px;
151+
font-size: 12px;
152152
letter-spacing: 0.5px;
153153
text-transform: uppercase;
154154
}
@@ -260,7 +260,7 @@
260260

261261
.header-cell {
262262
color: $black-40;
263-
font-size: 16px;
263+
font-size: 14px;
264264
letter-spacing: 0.5px;
265265
text-transform: uppercase;
266266
}
@@ -319,7 +319,6 @@
319319

320320
.loan-id-text {
321321
color: $white;
322-
font-family: monospace;
323322
}
324323
}
325324

0 commit comments

Comments
 (0)