luna-one 3.1.396 → 3.1.397

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.
@@ -222,7 +222,9 @@ var AppCards = function AppCards(_ref) {
222
222
  style: {
223
223
  height: colClassName === "two-col" || colClassName === "three-col" ? height : 0
224
224
  }
225
- }), /*#__PURE__*/_react.default.createElement("h3", {
225
+ }, /*#__PURE__*/_react.default.createElement("div", {
226
+ className: "ter-app-cards__primitives__background"
227
+ })), /*#__PURE__*/_react.default.createElement("h3", {
226
228
  className: "ter-app-cards__main-heading"
227
229
  }, content === null || content === void 0 ? void 0 : content.title), /*#__PURE__*/_react.default.createElement("section", {
228
230
  className: "ter-app-cards"
@@ -198,7 +198,6 @@
198
198
  right: 25px;
199
199
  }
200
200
  margin: 0 auto 21px;
201
-
202
201
  }
203
202
  }
204
203
  }
@@ -210,11 +209,22 @@
210
209
  }
211
210
 
212
211
  &__primitives {
213
- background-image: url("../../images/crosses-overlay.svg");
214
- opacity: 0.3;
215
212
  position: fixed;
216
213
  right: 0;
217
214
  width: 50%;
215
+ margin-top: -175px;
216
+ &__background {
217
+ background-image: url("../../images/crosses-overlay.svg");
218
+ background-repeat: repeat;
219
+ height: 3000px;
220
+ width: 2000px;
221
+ background-attachment: scroll;
222
+ background-size: 25%;
223
+ opacity: 0.2;
224
+ @media screen and (max-width: 800px) {
225
+ height: 0;
226
+ }
227
+ }
218
228
  }
219
229
  }
220
230
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "luna-one",
3
- "version": "3.1.396",
3
+ "version": "3.1.397",
4
4
  "dependencies": {
5
5
  "@storybook/addon-knobs": "^6.3.1",
6
6
  "@testing-library/jest-dom": "^5.11.9",