@asd20/ui 3.2.648 → 3.2.650

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.648",
8
+ "version": "3.2.650",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <section class="asd20-secondary-header">
3
- <asd20-messaging v-bind="messages[1]"></asd20-messaging>
3
+ <asd20-messaging v-bind="messages[1]" fullscreen></asd20-messaging>
4
4
  </section>
5
5
  </template>
6
6
 
@@ -34,18 +34,32 @@ 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);
37
+ background: var(--website-homepage-header__secondary-background-color)
38
+ var(--website-homepage-header__secondary-background-style);
38
39
  // background-image: var(--website-homepage-header__secondary-background-style);
39
40
  // background-position: bottom right !important;
40
41
  // background-size: cover !important;
41
- padding: space(3) space(1) space(1) space(1);
42
+ padding: space(2) space(1) space(1) space(1);
42
43
  text-shadow: 2px 1px 5px black;
44
+ .asd20-messaging {
45
+ padding: 0;
46
+ }
43
47
 
48
+ &::v-deep .message-image {
49
+ order: 2;
50
+ padding: space(1);
51
+ margin-top: space(-1);
52
+ img {
53
+ width: 100%;
54
+ height: 100%;
55
+ }
56
+ }
44
57
  &::v-deep .asd20-messaging__heading {
45
58
  @include fluid-type($base-font-size * 1.5, $base-font-size * 2);
46
59
  font-weight: 900;
47
60
  line-height: 1.5;
48
61
  color: var(--website-homepage-header__secondary-title-color);
62
+ border-bottom: 5px solid var(--website-homepage-header__accent);
49
63
  // -webkit-background-clip: text;
50
64
  // -webkit-text-fill-color: transparent;
51
65
  // background-image: url('https://asd20websitestorage.blob.core.windows.net/asd20-images/page-images/asd20-header-divider.jpg');
@@ -56,8 +70,9 @@ export default {
56
70
  color: var(--website-homepage-header__secondary-foreground-color);
57
71
  width: 100%;
58
72
  }
59
- &::v-deep .asd20-messaging__body-content {
60
- display: none;
73
+ &::v-deep .asd20-messaging__content {
74
+ order: 1;
75
+ max-width: 1300px;
61
76
  }
62
77
  &::v-deep .asd20-button {
63
78
  @include asd20-font(
@@ -127,8 +142,15 @@ export default {
127
142
  @media (min-width: 1024px) {
128
143
  .asd20-secondary-header {
129
144
  padding: space(3) space(3) space(2) space(3);
130
- &::v-deep .lead {
131
- width: 80%;
145
+ // &::v-deep .lead {
146
+ // width: 80%;
147
+ // }
148
+ &::v-deep .message-image {
149
+ margin-top: 0;
150
+ padding: 0 0 0 space(1);
151
+ }
152
+ &::v-deep .asd20-messaging__heading {
153
+ border-bottom: none;
132
154
  }
133
155
  &::v-deep .asd20-button {
134
156
  @include asd20-font(
@@ -57,7 +57,8 @@ export default {
57
57
  // rgba(8, 24, 43, 0) 100%
58
58
  // );
59
59
  // background: rgba(51, 92, 155, 0.7);
60
- background: var(--website-homepage-header__background-color);
60
+ background: var(--website-homepage-header__background-color)
61
+ var(--website-homepage-header__background-style);
61
62
  padding: space(1);
62
63
  height: auto;
63
64
  }
@@ -98,7 +98,7 @@
98
98
  <slot />
99
99
  </asd20-video-header-content>
100
100
  </asd20-video-header>
101
- <asd20-secondary-header v-if="messages.length > 1" :messages="messages" />
101
+ <asd20-secondary-header v-if="messages.length > 1" :messages="messages"/>
102
102
 
103
103
  <asd20-feeds-section
104
104
  :announcements="announcements"