matcha-theme 20.155.0 → 20.157.0

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.
@@ -11,7 +11,7 @@
11
11
  left: 0;
12
12
  width: 100%;
13
13
  height: 100%;
14
- z-index: -1;
14
+ z-index: 0;
15
15
 
16
16
  line {
17
17
  stroke-width: 4px;
@@ -36,7 +36,7 @@
36
36
  margin: 56px -16px 56px -40px;
37
37
  display: flex;
38
38
  position: absolute;
39
- z-index: -1;
39
+ z-index: 0;
40
40
  background: transparent;
41
41
  box-shadow: inset 2px -2px 0px 2px map-get($foreground, placeholder);
42
42
  }
@@ -47,7 +47,7 @@
47
47
  height: 150px;
48
48
  display: flex;
49
49
  position: absolute;
50
- z-index: -1;
50
+ z-index: 0;
51
51
  background: transparent;
52
52
  border-radius: 0 0 0 40px;
53
53
  box-shadow: inset 2px -2px 0px 2px map-get($foreground, placeholder);
@@ -59,7 +59,7 @@
59
59
  margin: -80px -16px 56px -40px;
60
60
  display: flex;
61
61
  position: absolute;
62
- z-index: -1;
62
+ z-index: 0;
63
63
  border-radius: 0 0 0 40px;
64
64
  background: transparent;
65
65
  box-shadow: inset 2px -2px 0px 2px map-get($foreground, placeholder);
@@ -71,7 +71,7 @@
71
71
  margin: 56px -16px 56px -40px;
72
72
  display: flex;
73
73
  position: absolute;
74
- z-index: -1;
74
+ z-index: 0;
75
75
  background: transparent;
76
76
  box-shadow: inset 2px -2px 0px 2px map-get($background, lime-alpha);
77
77
  }
@@ -274,4 +274,4 @@
274
274
  user-select: none;
275
275
  /* Non-prefixed version, currently */
276
276
  }
277
- }
277
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-theme",
3
- "version": "20.155.0",
3
+ "version": "20.157.0",
4
4
  "description": "Themes for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {