@asd20/ui 3.2.648 → 3.2.649

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.649",
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
 
@@ -38,14 +38,27 @@ export default {
38
38
  // background-image: var(--website-homepage-header__secondary-background-style);
39
39
  // background-position: bottom right !important;
40
40
  // background-size: cover !important;
41
- padding: space(3) space(1) space(1) space(1);
41
+ padding: space(2) space(1) space(1) space(1);
42
42
  text-shadow: 2px 1px 5px black;
43
+ .asd20-messaging {
44
+ padding: 0;
45
+ }
43
46
 
47
+ &::v-deep .message-image {
48
+ order: 2;
49
+ padding: space(1);
50
+ margin-top: space(-1);
51
+ img {
52
+ width: 100%;
53
+ height: 100%;
54
+ }
55
+ }
44
56
  &::v-deep .asd20-messaging__heading {
45
57
  @include fluid-type($base-font-size * 1.5, $base-font-size * 2);
46
58
  font-weight: 900;
47
59
  line-height: 1.5;
48
60
  color: var(--website-homepage-header__secondary-title-color);
61
+ border-bottom: 5px solid var(--website-homepage-header__accent);
49
62
  // -webkit-background-clip: text;
50
63
  // -webkit-text-fill-color: transparent;
51
64
  // background-image: url('https://asd20websitestorage.blob.core.windows.net/asd20-images/page-images/asd20-header-divider.jpg');
@@ -56,8 +69,9 @@ export default {
56
69
  color: var(--website-homepage-header__secondary-foreground-color);
57
70
  width: 100%;
58
71
  }
59
- &::v-deep .asd20-messaging__body-content {
60
- display: none;
72
+ &::v-deep .asd20-messaging__content {
73
+ order: 1;
74
+ max-width: 1300px;
61
75
  }
62
76
  &::v-deep .asd20-button {
63
77
  @include asd20-font(
@@ -127,8 +141,15 @@ export default {
127
141
  @media (min-width: 1024px) {
128
142
  .asd20-secondary-header {
129
143
  padding: space(3) space(3) space(2) space(3);
130
- &::v-deep .lead {
131
- width: 80%;
144
+ // &::v-deep .lead {
145
+ // width: 80%;
146
+ // }
147
+ &::v-deep .message-image {
148
+ margin-top: 0;
149
+ padding: 0 0 0 space(1);
150
+ }
151
+ &::v-deep .asd20-messaging__heading {
152
+ border-bottom: none;
132
153
  }
133
154
  &::v-deep .asd20-button {
134
155
  @include asd20-font(
@@ -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"