@asd20/ui 3.2.776 → 3.2.777

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.776",
8
+ "version": "3.2.777",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -142,7 +142,7 @@ export default {
142
142
  padding: space(2) space(1);
143
143
  box-sizing: border-box;
144
144
  background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),
145
- url(../../../../public/statics/images/404Background.jpg) no-repeat center center / cover;
145
+ url(../../../../public/statics/images/404Background.jpg) no-repeat 30% /cover;
146
146
  h1 {
147
147
  text-align: center;
148
148
  color: asd20-swatch('primary');