@asd20/ui 3.2.643 → 3.2.644

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.643",
8
+ "version": "3.2.644",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -215,11 +215,12 @@ export default {
215
215
  bottom: auto;
216
216
  left: 0;
217
217
  width: 100%;
218
- height: 40%;
218
+ height: 50%;
219
219
  background: linear-gradient(
220
220
  170deg,
221
- rgba(6, 11, 31, 0.7) 10%,
222
- transparent 60%
221
+ rgba(6, 11, 31, 0.6) 10%,
222
+ rgba(6, 11, 31, 0) 50%,
223
+ transparent 100%
223
224
  );
224
225
  }
225
226