@transferwise/neptune-css 0.0.0-experimental-7ee4ade → 0.0.0-experimental-e9694b1
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.
package/package.json
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
|
|
10
10
|
:root {
|
|
11
11
|
// page default font size should be set in absolute units (pixels)
|
|
12
|
+
// TODO: move this token to rest of foundation tokens (neptune-tokens)
|
|
12
13
|
--base-font-size: 16px;
|
|
13
|
-
--font-family-regular: "Inter", Helvetica, Arial, sans-serif;
|
|
14
14
|
--input-group-addon-padding: @padding-large-vertical @padding-base-horizontal
|
|
15
15
|
calc(@padding-large-vertical - 2px);
|
|
16
16
|
--btn-padding: @btn-padding-vertical @btn-padding-horizontal calc(@btn-padding-vertical - 2px);
|
|
@@ -37,8 +37,6 @@
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.np-theme-personal {
|
|
40
|
-
--font-family-regular: "Inter", Helvetica, Arial, sans-serif !important;
|
|
41
|
-
|
|
42
40
|
font-family: var(--font-family-regular);
|
|
43
41
|
font-feature-settings: "calt";
|
|
44
42
|
|