@transferwise/neptune-css 0.0.0-experimental-75f66de → 0.0.0-experimental-1403db7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -335,7 +335,7 @@ summary {
|
|
|
335
335
|
}
|
|
336
336
|
:root {
|
|
337
337
|
--base-font-size: 16px;
|
|
338
|
-
--font-family-regular:
|
|
338
|
+
--font-family-regular: "Inter", Helvetica, Arial, sans-serif;
|
|
339
339
|
--input-group-addon-padding: 12px 16px calc(12px - 2px);
|
|
340
340
|
--btn-padding: 12px 24px calc(12px - 2px);
|
|
341
341
|
--btn-xs-padding: 2px 8px calc(2px - 2px);
|
|
@@ -361,8 +361,8 @@ summary {
|
|
|
361
361
|
line-height: var(--line-height-body);
|
|
362
362
|
}
|
|
363
363
|
.np-theme-personal {
|
|
364
|
-
--font-family-regular:
|
|
365
|
-
font-family:
|
|
364
|
+
--font-family-regular: "Inter", Helvetica, Arial, sans-serif !important;
|
|
365
|
+
font-family: "Inter", Helvetica, Arial, sans-serif;
|
|
366
366
|
font-family: var(--font-family-regular);
|
|
367
367
|
font-feature-settings: "calt";
|
|
368
368
|
--input-group-addon-padding: 12px 16px;
|
package/dist/css/neptune.css
CHANGED
|
@@ -1479,7 +1479,7 @@ summary {
|
|
|
1479
1479
|
|
|
1480
1480
|
:root {
|
|
1481
1481
|
--base-font-size: 16px;
|
|
1482
|
-
--font-family-regular:
|
|
1482
|
+
--font-family-regular: "Inter", Helvetica, Arial, sans-serif;
|
|
1483
1483
|
--input-group-addon-padding: 12px 16px calc(12px - 2px);
|
|
1484
1484
|
--btn-padding: 12px 24px calc(12px - 2px);
|
|
1485
1485
|
--btn-xs-padding: 2px 8px calc(2px - 2px);
|
|
@@ -1507,8 +1507,8 @@ summary {
|
|
|
1507
1507
|
}
|
|
1508
1508
|
|
|
1509
1509
|
.np-theme-personal {
|
|
1510
|
-
--font-family-regular:
|
|
1511
|
-
font-family:
|
|
1510
|
+
--font-family-regular: "Inter", Helvetica, Arial, sans-serif !important;
|
|
1511
|
+
font-family: "Inter", Helvetica, Arial, sans-serif;
|
|
1512
1512
|
font-family: var(--font-family-regular);
|
|
1513
1513
|
font-feature-settings: "calt";
|
|
1514
1514
|
--input-group-addon-padding: 12px 16px;
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
:root {
|
|
16
16
|
// page default font size should be set in absolute units (pixels)
|
|
17
17
|
--base-font-size: 16px;
|
|
18
|
-
--font-family-regular:
|
|
18
|
+
--font-family-regular: "Inter", Helvetica, Arial, sans-serif;
|
|
19
19
|
--input-group-addon-padding: @padding-large-vertical @padding-base-horizontal calc(@padding-large-vertical - 2px);
|
|
20
20
|
--btn-padding: @btn-padding-vertical @btn-padding-horizontal calc(@btn-padding-vertical - 2px);
|
|
21
21
|
--btn-xs-padding: @btn-xs-padding-vertical @btn-xs-padding-horizontal calc(@btn-xs-padding-vertical - 2px);
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.np-theme-personal {
|
|
45
|
-
--font-family-regular:
|
|
45
|
+
--font-family-regular: "Inter", Helvetica, Arial, sans-serif !important;
|
|
46
46
|
|
|
47
47
|
font-family: var(--font-family-regular);
|
|
48
48
|
font-feature-settings: "calt";
|