mp-design-system 1.2.12 → 1.2.13

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mp-design-system",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "dev": "npm-run-all --parallel bundle:*",
@@ -52,6 +52,7 @@
52
52
  @include space('max-height', '3xl');
53
53
  @include margin(0, 'auto');
54
54
  object-fit: contain;
55
+ mix-blend-mode: multiply;
55
56
  }
56
57
 
57
58
  p {
@@ -5,6 +5,7 @@
5
5
 
6
6
  &--stuck {
7
7
  @extend .u-bg-white;
8
+ z-index: 9999;
8
9
 
9
10
  .c-internal-nav__title {
10
11
  opacity: 1;