@asd20/ui 3.2.821 → 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,11 @@
|
|
|
5
5
|
>
|
|
6
6
|
<div class="logoContainer">
|
|
7
7
|
<asd20-logo
|
|
8
|
-
v-if="
|
|
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="
|
|
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">
|
|
@@ -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%;
|