@asd20/ui 3.2.650 → 3.2.652

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.650",
8
+ "version": "3.2.652",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -34,8 +34,7 @@ export default {
34
34
  flex-shrink: 0;
35
35
  flex-direction: column;
36
36
  color: var(--website-homepage-header__secondary-foreground-color);
37
- background: var(--website-homepage-header__secondary-background-color)
38
- var(--website-homepage-header__secondary-background-style);
37
+ background: var(--website-homepage-header__secondary-background-color);
39
38
  // background-image: var(--website-homepage-header__secondary-background-style);
40
39
  // background-position: bottom right !important;
41
40
  // background-size: cover !important;
@@ -72,7 +71,7 @@ export default {
72
71
  }
73
72
  &::v-deep .asd20-messaging__content {
74
73
  order: 1;
75
- max-width: 1300px;
74
+ max-width: 100%;
76
75
  }
77
76
  &::v-deep .asd20-button {
78
77
  @include asd20-font(
@@ -128,8 +127,8 @@ export default {
128
127
  }
129
128
  @media (min-width: 667px) {
130
129
  .asd20-secondary-header {
131
- background: var(--website-homepage-header__secondary-background-color)
132
- var(--website-homepage-header__secondary-background-style);
130
+ // background: var(--website-homepage-header__secondary-background-color)
131
+ // var(--website-homepage-header__secondary-background-style);
133
132
  &::v-deep .lead {
134
133
  width: 100%;
135
134
  }
@@ -142,12 +141,19 @@ export default {
142
141
  @media (min-width: 1024px) {
143
142
  .asd20-secondary-header {
144
143
  padding: space(3) space(3) space(2) space(3);
144
+ background: var(--website-homepage-header__secondary-background-color)
145
+ var(--website-homepage-header__secondary-background-style);
145
146
  // &::v-deep .lead {
146
147
  // width: 80%;
147
148
  // }
148
149
  &::v-deep .message-image {
149
- margin-top: 0;
150
- padding: 0 0 0 space(1);
150
+ display: none;
151
+ // margin-top: 0;
152
+ // padding: 0 0 0 space(1);
153
+ }
154
+ &::v-deep .asd20-messaging__content {
155
+ order: 1;
156
+ max-width: 60%;
151
157
  }
152
158
  &::v-deep .asd20-messaging__heading {
153
159
  border-bottom: none;
@@ -370,8 +370,8 @@ export default {
370
370
  }
371
371
  }
372
372
  }
373
- .asd20-secondary-header {
374
- background-attachment: fixed !important;
375
- }
373
+ // .asd20-secondary-header {
374
+ // background-attachment: fixed !important;
375
+ // }
376
376
  }
377
377
  </style>