@asd20/ui 3.2.366 → 3.2.369

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.366",
8
+ "version": "3.2.369",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -211,6 +211,11 @@ export default {
211
211
  .logoContainer {
212
212
  display: flex;
213
213
  justify-content: space-between;
214
+ .asd20-logo {
215
+ &::v-deep .asd20-logo__title {
216
+ max-width: 100%;
217
+ }
218
+ }
214
219
  img {
215
220
  // margin-top: space(-1);
216
221
  margin-left: space(1);
@@ -138,18 +138,17 @@ export default {
138
138
  z-index: 101;
139
139
  background: white;
140
140
  display: flex;
141
- justify-content: space-between;
141
+ justify-content: flex-end;
142
+ flex-direction: row;
142
143
  align-items: center;
143
- flex-direction: column;
144
- align-items: flex-start;
145
- padding: space(0.25);
144
+ padding: space(0.25) space(0.5);
146
145
 
147
146
  &::v-deep .asd20-picker {
148
147
  display: none;
149
148
  }
150
149
 
151
150
  &::v-deep .notification-group--status {
152
- margin-left: 0.5rem;
151
+ // margin-left: 0.5rem;
153
152
  .asd20-notification {
154
153
  margin: 0;
155
154
  padding: 0 !important;
@@ -167,7 +166,7 @@ export default {
167
166
  position: relative;
168
167
  color: var(--website-header__title-color);
169
168
  @include asd20-font(
170
- 2.5,
169
+ 2.0,
171
170
  var(--website-typography__font-family-headlines),
172
171
  1.2,
173
172
  700
@@ -242,8 +241,8 @@ $max: 4rem;
242
241
  .asd20-school-homepage-header {
243
242
  &__top {
244
243
  flex-direction: row;
245
- justify-content: flex-start;
246
- padding: 0 space(1);
244
+ justify-content: flex-end;
245
+ padding: space(0.25) space(1);
247
246
  align-items: center !important;
248
247
  }
249
248
  }
@@ -315,10 +314,13 @@ $max: 4rem;
315
314
  background: white !important;
316
315
  grid-column: -6 / -2;
317
316
  grid-row: 3 / 5;
318
- right: auto;
319
- justify-self: end;
320
317
  padding-right: 0;
321
318
  }
319
+ &::v-deep .asd20-notification-group--floating {
320
+ position: absolute;
321
+ right: space(3);
322
+ top: space(3.5);
323
+ }
322
324
 
323
325
  &__content {
324
326
  position: relative;
@@ -366,7 +368,7 @@ $max: 4rem;
366
368
  height: auto;
367
369
  margin: 0;
368
370
  padding: 0;
369
- // transform: translate3d(0, calc(-10% * var(--scroll-progress)), 0);
371
+ transform: translate3d(0, calc(-10% * var(--scroll-progress)), 0);
370
372
  border-radius: var(--website-shape__radius-l);
371
373
  overflow: hidden;
372
374
 
@@ -418,15 +418,6 @@ $max: 4rem;
418
418
  }
419
419
  }
420
420
 
421
- &::v-deep .asd20-notification-group--status {
422
- background: white !important;
423
- grid-column: -6 / -2;
424
- grid-row: 3 / 5;
425
- right: auto;
426
- justify-self: end;
427
- padding-right: 0;
428
- }
429
-
430
421
  &__content {
431
422
  top: space(1);
432
423
  left: space(1);
@@ -118,7 +118,7 @@ export default {
118
118
  display: block;
119
119
  position: absolute;
120
120
  height: space(10);
121
- width: 40%;
121
+ width: 45%;
122
122
  bottom: space(-.75);
123
123
  left: space(1.25);
124
124
  height: 60%;
@@ -224,52 +224,27 @@ export default {
224
224
  .asd20-feeds-section {
225
225
  margin-top: space(0);
226
226
  }
227
-
228
- .asd20-notification-group--floating {
229
- position: absolute;
230
- right: space(0.5);
231
- top: space(0.5) !important;
232
- }
233
-
234
- // .announcements,
235
- // .calendars {
236
- // margin-top: space(0);
237
- // }
238
227
  .asd20-quicklinks-menu {
239
228
  position: relative;
240
229
  background-color: var(--website-quick-links__background-color);
241
230
  }
242
231
  }
243
- @media (min-width: 667px) {
244
- .asd20-school-home-template {
245
- .asd20-notification-group--floating {
246
- right: space(1);
247
- top: space(0.2) !important;
248
- }
249
- }
250
- }
251
232
 
252
233
  @media (min-width: 1024px) {
253
234
  .asd20-school-home-template {
254
235
  display: block;
255
236
  margin-left: space(3);
256
237
  margin-top: 0;
257
- &::v-deep .asd20-notification-group--status {
258
- background: white;
259
- top: space(2);
260
- }
238
+ // &::v-deep .asd20-notification-group--status {
239
+ // background: white;
240
+ // top: space(2);
241
+ // }
261
242
  .pickerContainer {
262
243
  display: flex;
263
244
  .optionalLogo {
264
- max-width: 12rem;
265
- max-height: 6rem;
266
- margin-left: space(0.5);
245
+ display: none;
267
246
  }
268
247
  }
269
- // .asd20-feeds-section {
270
- // margin-top: space(1);
271
- // }
272
-
273
248
  .asd20-quicklinks-menu {
274
249
  padding-bottom: space(1);
275
250
  margin: space(-1) 0 0 0;
@@ -283,9 +258,18 @@ export default {
283
258
  margin-right: space(0.5);
284
259
  }
285
260
  }
286
- .asd20-notification-group--floating {
287
- right: space(1);
288
- top: space(7) !important;
261
+ }
262
+ }
263
+ @media (min-width: 1350px) {
264
+ .asd20-school-home-template {
265
+ .pickerContainer {
266
+ display: flex;
267
+ .optionalLogo {
268
+ display: block;
269
+ max-width: 12rem;
270
+ max-height: 6rem;
271
+ margin-left: space(0.5);
272
+ }
289
273
  }
290
274
  }
291
275
  }
@@ -202,7 +202,6 @@ export default {
202
202
  right: space(0.5);
203
203
  top: space(0.5) !important;
204
204
  }
205
-
206
205
  .asd20-notification-group--floating {
207
206
  position: absolute;
208
207
  right: space(0.5);
@@ -237,7 +236,7 @@ export default {
237
236
  .optionalLogo {
238
237
  max-width: 12rem;
239
238
  max-height: 6rem;
240
- margin-left: space(2);
239
+ margin-left: space(1);
241
240
  }
242
241
  }
243
242
 
@@ -260,8 +259,22 @@ export default {
260
259
  }
261
260
  .asd20-notification-group--status {
262
261
  order: 0;
263
- right: space(1) !important;
264
- top: space(4) !important;
262
+ right: space(4) !important;
263
+ top: space(6) !important;
264
+ }
265
+ }
266
+ }
267
+
268
+ @media (min-width: 1350px) {
269
+ .asd20-school-home-video-template {
270
+ .asd20-notification-group--status {
271
+ order: 0;
272
+ right: space(3) !important;
273
+ top: space(2.5) !important;
274
+ }
275
+ .asd20-notification-group--floating {
276
+ right: space(3.5);
277
+ top: space(3.5) !important;
265
278
  }
266
279
  }
267
280
  }