@asd20/ui 3.2.817 → 3.2.819

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.817",
8
+ "version": "3.2.819",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -51,7 +51,7 @@ export default {
51
51
  // margin-top: space(-1);
52
52
  img {
53
53
  width: 100% !important;
54
- height: 200px !important;
54
+ height: 300px !important;
55
55
  }
56
56
  }
57
57
  &::v-deep .asd20-messaging__heading {
@@ -108,9 +108,10 @@ export default {
108
108
  width: 100%;
109
109
  top: space(-1);
110
110
  left: 0;
111
- height: space(2);
111
+ height: space(3);
112
112
  background-image: url('https://asd20websitestorage.blob.core.windows.net/asd20-images/page-images/asd20-header-divider.jpg');
113
113
  background-size: cover;
114
+ background-position: 60% top;
114
115
  // transform: rotateY(180deg);
115
116
  // transform: translate3d(0, calc(-10% * var(--scroll-progress)), 0);
116
117
  // opacity: 0.5;