Skip to content

Commit f847c3c

Browse files
committed
Use base font sizes
1 parent d0f27d5 commit f847c3c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

client/settings/phone-input/style.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,19 @@
5959
}
6060

6161
.additional-information {
62-
font-size: 14px;
63-
font-weight: 400;
62+
font-size: var( --wp--preset--font-size--small, 14px );
6463
line-height: 21px;
6564
text-align: left;
6665
}
6766

6867
.tos {
69-
font-size: 12px;
68+
font-size: 13px;
7069
}
7170

7271
#validate-error-invalid-woopay-phone-number {
7372
// Using rems to base this on the theme styles.
74-
font-size: 0.875rem;
75-
line-height: 1.5rem;
73+
font-size: 13px;
74+
line-height: 1;
7675
margin-bottom: 0;
7776
color: $alert-red;
7877
}

0 commit comments

Comments
 (0)