@asd20/ui 3.2.820 → 3.2.822

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.820",
8
+ "version": "3.2.822",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -5,7 +5,11 @@
5
5
  >
6
6
  <div class="logoContainer">
7
7
  <asd20-logo
8
- v-if="organization.title !== 'Academy District 20'"
8
+ v-if="
9
+ !['Academy District 20', 'Academy District 20 Insider'].includes(
10
+ organization.title
11
+ )
12
+ "
9
13
  :title="mapOrganizationTitle"
10
14
  :subtitle="mapOrganizationSubtitle"
11
15
  :image="organization.logoImageUrl"
@@ -17,7 +21,11 @@
17
21
  wrappable
18
22
  />
19
23
  <asd20-district-logo
20
- v-if="organization.title === 'Academy District 20'"
24
+ v-if="
25
+ ['Academy District 20', 'Academy District 20 Insider'].includes(
26
+ organization.title
27
+ )
28
+ "
21
29
  tagline
22
30
  />
23
31
  <div class="optionalLogo">
@@ -40,7 +40,7 @@ export default {
40
40
  // background-size: cover !important;
41
41
  padding: space(1) 0 0 0;
42
42
  .asd20-messaging {
43
- padding: 0;
43
+ padding: space(1) 0 0 0;
44
44
  display: flex;
45
45
  flex-direction: column;
46
46
  }
@@ -200,6 +200,16 @@ export default {
200
200
  }
201
201
  }
202
202
 
203
+ @media (min-width: 768px) {
204
+ .asd20-video-header-content {
205
+ .asd20-messaging {
206
+ padding: space(1);
207
+ background: var(--color-minus-alpha)
208
+ var(--website-homepage-header__background-style);
209
+ }
210
+ }
211
+ }
212
+
203
213
  @media (min-width: 1024px) {
204
214
  .asd20-video-header-content {
205
215
  width: 80%;
@@ -126,10 +126,10 @@
126
126
  clear: both;
127
127
  width: 33%;
128
128
  }
129
- // If more than 30 items are in the list,
129
+ // If more than 20 items are in the list,
130
130
  // use flex to spread list across page
131
- .asd20-messaging li:first-child:nth-last-child(n+15),
132
- .asd20-messaging li:first-child:nth-last-child(n+15) ~ li {
131
+ .asd20-messaging li:first-child:nth-last-child(n+20),
132
+ .asd20-messaging li:first-child:nth-last-child(n+20) ~ li {
133
133
  // width: clamp(160px, 100vw/12, 100%);
134
134
  // padding-right: 1rem;
135
135
  // float:left;