@transferwise/neptune-css 14.3.36 → 14.3.37

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.36",
4
+ "version": "14.3.37",
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": "0b781388bce5e52dfbae32b920b211789f75fac0"
56
+ "gitHead": "aee23bc17e87b7eafcf1df52a238909aee920f48"
57
57
  }
@@ -287,12 +287,6 @@
287
287
  line-height: var(--line-height-20);
288
288
  // Account for our funky font baseline
289
289
  padding-top: 3px;
290
-
291
- span,
292
- small {
293
- font-size: var(--font-size-14);
294
- line-height: var(--line-height-body);
295
- }
296
290
  }
297
291
  }
298
292