@transferwise/neptune-css 14.3.14 → 14.3.15
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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/neptune-css",
|
|
3
3
|
"description": "Neptune CSS library",
|
|
4
|
-
"version": "14.3.
|
|
4
|
+
"version": "14.3.15",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"bin": {
|
|
54
54
|
"neptune-css-upgrade-util": "scripts/neptune-css-upgrader.js"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "9a07bc4a49a8b8d780af3f55872fbbef7446712c"
|
|
57
57
|
}
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
--radius-medium: 10px;
|
|
16
16
|
// page default font size should be set in absolute units (pixels)
|
|
17
17
|
--base-font-size: 16px;
|
|
18
|
-
--font-family-regular: averta, avenir w02, avenir, helvetica, arial, sans-serif
|
|
18
|
+
--font-family-regular: averta, avenir w02, avenir, 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);
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
.np-theme-navy {
|
|
38
38
|
--font-family-regular: averta, avenir w02, avenir, helvetica, arial, sans-serif !important;
|
|
39
39
|
|
|
40
|
+
font-family: var(--font-family-regular);
|
|
40
41
|
line-height: var(--line-height-body);
|
|
41
42
|
|
|
42
43
|
--radius-small: 3px !important;
|
|
@@ -47,6 +48,9 @@
|
|
|
47
48
|
.np-personal--forest-green,
|
|
48
49
|
.np-personal--bright-green {
|
|
49
50
|
--font-family-regular: "Inter", sans-serif, helvetica, arial, sans-serif !important;
|
|
51
|
+
|
|
52
|
+
font-family: var(--font-family-regular);
|
|
53
|
+
|
|
50
54
|
--input-group-addon-padding: @padding-large-vertical @padding-base-horizontal;
|
|
51
55
|
--btn-padding: calc(@btn-padding-vertical - @btn-border-width) @btn-padding-horizontal;
|
|
52
56
|
--btn-xs-padding: calc(@btn-xs-padding-vertical - @btn-border-width) @btn-xs-padding-horizontal;
|