luna-one 3.1.325 → 3.1.326

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.
@@ -400,6 +400,7 @@
400
400
  display: inline-block;
401
401
  text-decoration: none;
402
402
  position: relative;
403
+ margin-bottom: 0;
403
404
  font-size: $eyebrow-font-size;
404
405
  line-height: 2;
405
406
  &:before {
@@ -460,3 +461,9 @@
460
461
  color: $white;
461
462
  }
462
463
  }
464
+ p.ter-footer__legal-stuff-link {
465
+ &:before,
466
+ &:after {
467
+ display: none;
468
+ }
469
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "luna-one",
3
- "version": "3.1.325",
3
+ "version": "3.1.326",
4
4
  "dependencies": {
5
5
  "@storybook/addon-knobs": "^6.3.1",
6
6
  "@testing-library/jest-dom": "^5.11.9",