@asd20/ui 3.2.1029 → 3.2.1031

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.
Files changed (23) hide show
  1. package/package.json +1 -1
  2. package/src/components/molecules/Asd20LanguageTranslation/index.vue +7 -0
  3. package/src/components/molecules/Asd20Share/index.vue +1 -22
  4. package/src/components/organisms/Asd20ImageHeader/index.vue +2 -9
  5. package/src/components/organisms/Asd20NotificationGroup/index.vue +49 -57
  6. package/src/components/organisms/Asd20PageHeader/index.vue +2 -9
  7. package/src/components/templates/Asd20ArticleDigestCompactTemplate/index.vue +2 -1
  8. package/src/components/templates/Asd20ArticleDigestTemplate/index.vue +2 -1
  9. package/src/components/templates/Asd20ArticleListTemplate/index.vue +3 -2
  10. package/src/components/templates/Asd20ArticleTemplate/index.vue +2 -1
  11. package/src/components/templates/Asd20ClubsTemplate/index.vue +3 -2
  12. package/src/components/templates/Asd20DetailImageFullTemplate/index.vue +1 -0
  13. package/src/components/templates/Asd20DetailImageTemplate/index.vue +1 -0
  14. package/src/components/templates/Asd20DetailTemplate/index.vue +2 -1
  15. package/src/components/templates/Asd20DistrictHomeTemplate/index.vue +2 -5
  16. package/src/components/templates/Asd20DistrictVideoTemplate/index.vue +0 -6
  17. package/src/components/templates/Asd20LoginsTemplate/index.vue +2 -2
  18. package/src/components/templates/Asd20SchoolHomeTemplate/index.vue +1 -7
  19. package/src/components/templates/Asd20SchoolHomeVideoTemplate/index.vue +1 -57
  20. package/src/components/templates/Asd20WayfindingAccessibilityTemplate/index.vue +2 -1
  21. package/src/components/templates/Asd20WayfindingAlternateTemplate/index.vue +2 -1
  22. package/src/components/templates/Asd20WayfindingImageTemplate/index.vue +2 -1
  23. package/src/components/templates/Asd20WayfindingTemplate/index.vue +2 -1
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.1029",
8
+ "version": "3.2.1031",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -94,6 +94,13 @@ export default {
94
94
  &__overlay-label ::after {
95
95
  margin-right: space(1);
96
96
  }
97
+ .asd20-icon {
98
+ margin-left: space(0.25);
99
+ width: 32px !important;
100
+ height: 32px !important;
101
+ --line-color: var(--website-icon__line-color) !important;
102
+ --fill-color: var(--website-menu__icon-fill-color) !important;
103
+ }
97
104
  }
98
105
  }
99
106
  </style>
@@ -68,28 +68,7 @@ export default {
68
68
 
69
69
  methods: {
70
70
  share() {
71
- // if (typeof window !== undefined && navigator.share) {
72
- // const h1 = document.getElementsByTagName('h1')[0]
73
- // const pageTitle = document.getElementsByTagName('title')[0]
74
- // const title = h1 ? h1.innerText : pageTitle.text
75
- // const url = document.querySelector('link[rel=canonical]')
76
- // ? document.querySelector('link[rel=canonical]').href
77
- // : document.location.href
78
-
79
- // this.showMenu = false
80
-
81
- // navigator
82
- // .share({
83
- // title,
84
- // url,
85
- // })
86
- // .then(() => {
87
- // console.log('Thanks for sharing!')
88
- // })
89
- // .catch(console.error)
90
- // } else {
91
71
  this.showMenu = !this.showMenu
92
- // }
93
72
  },
94
73
  openShareLink(urlTemplate) {
95
74
  this.showMenu = false
@@ -172,7 +151,7 @@ export default {
172
151
  padding-right: 0.5rem;
173
152
  }
174
153
  .asd20-icon {
175
- --line-color: var(--website-icon__icon-line-color) !important;
154
+ --line-color: var(--website-icon__line-color) !important;
176
155
  --fill-color: var(--website-menu__icon-fill-color) !important;
177
156
  }
178
157
  &:hover,
@@ -311,7 +311,7 @@ export default {
311
311
  &::v-deep .asd20-icon {
312
312
  width: 32px !important;
313
313
  height: 32px !important;
314
- --line-color: var(--website-icon__icon-line-color) !important;
314
+ --line-color: var(--website-icon__line-color) !important;
315
315
  --fill-color: var(--website-menu__icon-fill-color) !important;
316
316
  }
317
317
  &:hover,
@@ -324,15 +324,8 @@ export default {
324
324
  width: max-content;
325
325
  background: rgba(255, 255, 255, 0.9);
326
326
  border-radius: 3rem;
327
- padding: 0 1em 0 0.5em;
328
327
  &::v-deep .asd20-select-input {
329
328
  color: var(--website-page__foreground-color) !important;
330
- .asd20-icon {
331
- width: 32px !important;
332
- height: 32px !important;
333
- --line-color: var(--website-icon__icon-line-color) !important;
334
- --fill-color: var(--website-menu__icon-fill-color) !important;
335
- }
336
329
  }
337
330
  }
338
331
  .asd20-language-loader {
@@ -375,7 +368,7 @@ export default {
375
368
  z-index: 1;
376
369
  position: relative;
377
370
  color: var(--website-header__foreground-color);
378
- padding: space(1.5) space(1) space(3) space(1);
371
+ padding: space(1.5) space(0.5) space(3) space(0.5);
379
372
  background: var(--website-header__background-color)
380
373
  var(--website-header__background-style);
381
374
  // background: var(--website-header__background-color) var(--imageBackground)
@@ -41,7 +41,9 @@
41
41
  "
42
42
  @click.native="$emit('toggle-all')"
43
43
  >
44
- <span v-if="totalDismissedNotifications > 0" aria-hidden="true">{{ totalDismissedNotifications }}</span>
44
+ <span v-if="totalDismissedNotifications > 0" aria-hidden="true">{{
45
+ totalDismissedNotifications
46
+ }}</span>
45
47
  </asd20-button>
46
48
 
47
49
  <div
@@ -100,7 +102,7 @@ export default {
100
102
  notificationsFromIndex: [],
101
103
  enterActiveClass: 'fade-in',
102
104
  leaveActiveClass: 'fade-out',
103
- };
105
+ }
104
106
  },
105
107
 
106
108
  computed: {
@@ -112,29 +114,29 @@ export default {
112
114
  ]
113
115
  },
114
116
  showControls() {
115
- return this.notifications.length > 1;
117
+ return this.notifications.length > 1
116
118
  },
117
- nextTitle () {
119
+ nextTitle() {
118
120
  return `Go to notification ${
119
121
  this.index + 1 > this.notificationsFromIndex.length - 1
120
122
  ? 1
121
123
  : this.index + 2
122
124
  } of ${this.notificationsFromIndex.length}`
123
125
  },
124
- prevTitle () {
126
+ prevTitle() {
125
127
  return `Go to notification ${
126
128
  this.index - 1 < 0 ? this.notificationsFromIndex.length : this.index
127
129
  } of ${this.notificationsFromIndex.length}`
128
- }
130
+ },
129
131
  },
130
132
  created() {
131
- this.initNotifications(this.notifications);
133
+ this.initNotifications(this.notifications)
132
134
  },
133
135
 
134
136
  watch: {
135
- notifications: function(value) {
136
- this.initNotifications(value);
137
- }
137
+ notifications: function (value) {
138
+ this.initNotifications(value)
139
+ },
138
140
  },
139
141
  methods: {
140
142
  initNotifications(incomingNotifications) {
@@ -146,24 +148,28 @@ export default {
146
148
  const newNotifications = incomingNotifications
147
149
  .filter(n => !this.notificationsFromIndex.find(n2 => n2.id === n.id))
148
150
  .map(newN => ({
149
- ...newN,
151
+ ...newN,
150
152
  key: Math.random().toString(36).substr(2, 9),
151
- ariaHidden: true
153
+ ariaHidden: true,
152
154
  }))
153
155
  // take care of notifications that match and keep their existing key value to prevent animations from occurring
154
156
  for (const [oldIndex, oldNotification] of Object.entries(
155
157
  this.notificationsFromIndex
156
158
  )) {
157
- const matchingUpdatedNotification = (incomingNotifications || []).find(n => n.id === oldNotification.id)
158
- if(matchingUpdatedNotification) {
159
+ const matchingUpdatedNotification = (incomingNotifications || []).find(
160
+ n => n.id === oldNotification.id
161
+ )
162
+ if (matchingUpdatedNotification) {
159
163
  this.notificationsFromIndex[oldIndex] = {
160
164
  ...matchingUpdatedNotification,
161
- key: this.notificationsFromIndex[oldIndex].key
165
+ key: this.notificationsFromIndex[oldIndex].key,
162
166
  }
163
167
  }
164
168
  }
165
169
  // put new notifications at the beginning of the array
166
- this.notificationsFromIndex = newNotifications.concat(this.notificationsFromIndex)
170
+ this.notificationsFromIndex = newNotifications.concat(
171
+ this.notificationsFromIndex
172
+ )
167
173
  // if(this.index > this.notificationsFromIndex.length -1 )
168
174
  if (
169
175
  newNotifications.length > 0 ||
@@ -175,13 +181,11 @@ export default {
175
181
  },
176
182
  next() {
177
183
  const newIndex =
178
- this.index < this.notifications.length - 1 ? this.index + 1 : 0;
184
+ this.index < this.notifications.length - 1 ? this.index + 1 : 0
179
185
 
180
- const topItem = this.notificationsFromIndex[0];
186
+ const topItem = this.notificationsFromIndex[0]
181
187
 
182
- topItem.key = Math.random()
183
- .toString(36)
184
- .substr(2, 9);
188
+ topItem.key = Math.random().toString(36).substr(2, 9)
185
189
 
186
190
  if (this.groupType === 'banner') {
187
191
  this.enterActiveClass = ''
@@ -192,13 +196,13 @@ export default {
192
196
  }
193
197
 
194
198
  // Remove top item
195
- this.notificationsFromIndex.splice(0, 1);
199
+ this.notificationsFromIndex.splice(0, 1)
196
200
 
197
201
  // Add top item to bottom
198
- this.notificationsFromIndex.push(topItem);
202
+ this.notificationsFromIndex.push(topItem)
199
203
 
200
204
  // Update the index
201
- this.index = newIndex;
205
+ this.index = newIndex
202
206
  },
203
207
  previous() {
204
208
  if (this.groupType === 'banner') {
@@ -211,31 +215,29 @@ export default {
211
215
 
212
216
  const notifications = this.notifications.map(n => ({
213
217
  ...n,
214
- key: this.notificationsFromIndex.find(n2 => n2.title === n.title).key
215
- }));
218
+ key: this.notificationsFromIndex.find(n2 => n2.title === n.title).key,
219
+ }))
216
220
  const replacementIndex =
217
- this.index > 0 ? this.index - 1 : this.notifications.length - 1;
221
+ this.index > 0 ? this.index - 1 : this.notifications.length - 1
218
222
 
219
223
  const newItem = {
220
224
  ...notifications[replacementIndex],
221
- key: Math.random()
222
- .toString(36)
223
- .substr(2, 9)
225
+ key: Math.random().toString(36).substr(2, 9),
224
226
  }
225
227
 
226
228
  // Remove old item
227
- notifications.splice(replacementIndex, 1);
229
+ notifications.splice(replacementIndex, 1)
228
230
 
229
231
  // Add top item to top
230
- notifications.unshift(newItem);
232
+ notifications.unshift(newItem)
231
233
 
232
- this.notificationsFromIndex = notifications;
234
+ this.notificationsFromIndex = notifications
233
235
 
234
236
  // Update the index
235
- this.index = replacementIndex;
236
- }
237
- }
238
- };
237
+ this.index = replacementIndex
238
+ },
239
+ },
240
+ }
239
241
  </script>
240
242
 
241
243
  <style lang="scss">
@@ -287,12 +289,9 @@ export default {
287
289
  }
288
290
 
289
291
  svg {
290
- width: 100%;
291
- height: 100%;
292
- // color: #000000;
293
- // fill: #80B3C0;
294
- // fill: var(--color__accent);
295
- color: var(--website-icon__icon-line-color) !important;
292
+ width: 32px;
293
+ height: 32px;
294
+ color: var(--website-icon__line-color) !important;
296
295
  fill: var(--website-menu__icon-fill-color) !important;
297
296
  }
298
297
 
@@ -384,7 +383,8 @@ export default {
384
383
  border-radius: var(--website-shape__radius-m);
385
384
  &:first-child {
386
385
  z-index: 9;
387
- .asd20-notification__content, g {
386
+ .asd20-notification__content,
387
+ g {
388
388
  transition: all 0.5s;
389
389
  opacity: 1;
390
390
  align-self: initial !important;
@@ -401,7 +401,8 @@ export default {
401
401
  overflow-y: hidden;
402
402
  transform: translateY(#{0.75 * ($i - 1)}rem)
403
403
  scale(#{1 - (($i - 1) * 0.05)});
404
- .asd20-notification__content, g {
404
+ .asd20-notification__content,
405
+ g {
405
406
  transition: all 0.5s;
406
407
  opacity: 0.5;
407
408
  }
@@ -444,7 +445,7 @@ export default {
444
445
  left: 0.5rem;
445
446
  }
446
447
 
447
- &--top-left {
448
+ &--top-left {
448
449
  position: fixed;
449
450
  top: 0.5rem;
450
451
  left: 0.5rem;
@@ -461,15 +462,6 @@ export default {
461
462
  fill: #ffffff;
462
463
  }
463
464
  }
464
- &--banner .notifications {
465
- // flex-direction: column;
466
- // position: absolute;
467
- // top: calc(100% + 0.5rem);
468
- // right: 0;
469
- // left: auto;
470
- // width: 100%;
471
- // display: flex;
472
- }
473
465
  &--banner .notification {
474
466
  transition: all 0.25s;
475
467
  top: 0;
@@ -634,11 +626,11 @@ export default {
634
626
 
635
627
  @keyframes swoop-in {
636
628
  0% {
637
- transform: scale(0.0);
629
+ transform: scale(0);
638
630
  opacity: 0;
639
631
  }
640
632
  100% {
641
- transform: scale(1.0);
633
+ transform: scale(1);
642
634
  opacity: 1;
643
635
  }
644
636
  }
@@ -341,7 +341,7 @@ export default {
341
341
  &::v-deep .asd20-icon {
342
342
  width: 32px !important;
343
343
  height: 32px !important;
344
- --line-color: var(--website-icon__icon-line-color) !important;
344
+ --line-color: var(--website-icon__line-color) !important;
345
345
  --fill-color: var(--website-menu__icon-fill-color) !important;
346
346
  }
347
347
  &:hover,
@@ -354,15 +354,8 @@ export default {
354
354
  width: max-content;
355
355
  background: rgba(255, 255, 255, 0.9);
356
356
  border-radius: 3rem;
357
- padding: 0 1em 0 0.5em;
358
357
  &::v-deep .asd20-select-input {
359
358
  color: var(--website-page__foreground-color) !important;
360
- .asd20-icon {
361
- width: 32px !important;
362
- height: 32px !important;
363
- --line-color: var(--website-icon__icon-line-color) !important;
364
- --fill-color: var(--website-menu__icon-fill-color) !important;
365
- }
366
359
  }
367
360
  }
368
361
  }
@@ -410,7 +403,7 @@ export default {
410
403
  background: var(--website-header__background-color)
411
404
  var(--website-header__background-style);
412
405
  color: var(--website-header__foreground-color);
413
- padding: space(1) space(1) space(1) space(1);
406
+ padding: space(1) space(0.5);
414
407
  z-index: 1;
415
408
  &::v-deep .asd20-breadcrumb {
416
409
  margin: space(1) 0;
@@ -410,7 +410,8 @@ export default {
410
410
  margin-top: space(2.25);
411
411
  .asd20-notification-group--floating {
412
412
  position: absolute;
413
- top: space(2.0375);
413
+ top: space(2);
414
+ right: space(0.75);
414
415
  }
415
416
  .notification-group--inline {
416
417
  margin: space(2) space(1) space(1) space(1);
@@ -423,7 +423,8 @@ export default {
423
423
  margin-top: space(2.25);
424
424
  .asd20-notification-group--floating {
425
425
  position: absolute;
426
- top: space(2.0375);
426
+ top: space(2);
427
+ right: space(0.75);
427
428
  }
428
429
  .notification-group--inline {
429
430
  margin: space(2) space(1) space(1) space(1);
@@ -331,7 +331,7 @@ export default {
331
331
  keywords: { type: String, default: '' },
332
332
  selectedCategories: { type: Array, default: () => [] },
333
333
  },
334
- data: function() {
334
+ data: function () {
335
335
  return {
336
336
  numberToShow: 25,
337
337
  counter: 1,
@@ -466,7 +466,8 @@ export default {
466
466
  margin-top: space(2.25);
467
467
  .asd20-notification-group--floating {
468
468
  position: absolute;
469
- top: space(2.0375);
469
+ top: space(2);
470
+ right: space(0.75);
470
471
  }
471
472
  .feed-title {
472
473
  margin: space(1) 0 0 0;
@@ -190,7 +190,8 @@ export default {
190
190
  margin-top: space(2.25);
191
191
  .asd20-notification-group--floating {
192
192
  position: absolute;
193
- top: space(2.0375);
193
+ top: space(2);
194
+ right: space(0.75);
194
195
  }
195
196
  }
196
197
 
@@ -314,7 +314,7 @@ export default {
314
314
  selectedCategories: { type: Array, default: () => [] },
315
315
  // categoryOptions: { type: Array, default: () => [] },
316
316
  },
317
- data: function() {
317
+ data: function () {
318
318
  return {
319
319
  numberToShow: 100,
320
320
  counter: 1,
@@ -408,7 +408,8 @@ export default {
408
408
  margin-top: space(2.25);
409
409
  .asd20-notification-group--floating {
410
410
  position: absolute;
411
- top: space(2.0375);
411
+ top: space(2);
412
+ right: space(0.75);
412
413
  }
413
414
  .asd20-page-content {
414
415
  display: block;
@@ -246,6 +246,7 @@ export default {
246
246
  .asd20-notification-group--floating {
247
247
  position: absolute;
248
248
  top: space(2);
249
+ right: space(0.75);
249
250
  }
250
251
  }
251
252
 
@@ -239,6 +239,7 @@ export default {
239
239
  .asd20-notification-group--floating {
240
240
  position: absolute;
241
241
  top: space(2);
242
+ right: space(0.75);
242
243
  }
243
244
  }
244
245
 
@@ -241,7 +241,8 @@ export default {
241
241
  margin-top: space(2.25);
242
242
  .asd20-notification-group--floating {
243
243
  position: absolute;
244
- top: space(2.0375);
244
+ top: space(2);
245
+ right: space(0.75);
245
246
  }
246
247
  }
247
248
 
@@ -262,11 +262,8 @@ export default {
262
262
  &__overlay-label {
263
263
  display: none;
264
264
  }
265
- &::v-deep .asd20-icon {
266
- width: 32px !important;
267
- height: 32px !important;
268
- --line-color: var(--website-icon__icon-line-color) !important;
269
- --fill-color: var(--website-menu__icon-fill-color) !important;
265
+ .asd20-icon {
266
+ margin-left: 0;
270
267
  }
271
268
  }
272
269
  }
@@ -275,12 +275,6 @@ export default {
275
275
  &__overlay-label {
276
276
  // display: none;
277
277
  }
278
- &::v-deep .asd20-icon {
279
- width: 32px !important;
280
- height: 32px !important;
281
- --line-color: var(--website-icon__icon-line-color) !important;
282
- --fill-color: var(--website-menu__icon-fill-color) !important;
283
- }
284
278
  }
285
279
  }
286
280
  .asd20-language-loader {
@@ -371,8 +371,8 @@ export default {
371
371
  }
372
372
  .notification-group--floating {
373
373
  position: absolute;
374
- right: space(0.85);
375
- top: space(2.0375);
374
+ right: space(0.75);
375
+ top: space(1);
376
376
  z-index: 101;
377
377
  }
378
378
  .notification-group--inline {
@@ -294,7 +294,7 @@ export default {
294
294
  background: rgba(255, 255, 255, 1);
295
295
  border-radius: 3rem;
296
296
  border: 1px solid var(--website-page__alternate-background-color);
297
- .asd20-select-input {
297
+ &::v-deep .asd20-select-input {
298
298
  // padding: 0.25rem 0.25rem;
299
299
  color: currentColor;
300
300
  font-family: Ariel, Arial, Helvetica, sans-serif;
@@ -304,12 +304,6 @@ export default {
304
304
  &__field-wrapper {
305
305
  padding: 0 0.5rem;
306
306
  }
307
- &::v-deep .asd20-icon {
308
- width: 32px !important;
309
- height: 32px !important;
310
- --line-color: var(--website-icon__icon-line-color) !important;
311
- --fill-color: var(--website-menu__icon-fill-color) !important;
312
- }
313
307
  }
314
308
  }
315
309
  .asd20-language-loader {
@@ -240,11 +240,6 @@ export default {
240
240
  // right: space(6);
241
241
  // top: 0 !important;
242
242
  }
243
- .asd20-notification-group--status {
244
- // position: absolute;
245
- // right: space(2);
246
- // top: space(0.5) !important;
247
- }
248
243
  .asd20-language-translation {
249
244
  z-index: 2;
250
245
  background: rgba(255, 255, 255, 1);
@@ -256,12 +251,6 @@ export default {
256
251
  padding: 0.375rem 0.375rem;
257
252
  color: currentColor;
258
253
  font-family: Arial, Helvetica, sans-serif;
259
- .asd20-icon {
260
- width: 32px !important;
261
- height: 32px !important;
262
- --line-color: var(--website-icon__icon-line-color) !important;
263
- --fill-color: var(--website-menu__icon-fill-color) !important;
264
- }
265
254
  }
266
255
  }
267
256
  .asd20-language-loader {
@@ -277,7 +266,7 @@ export default {
277
266
  background: var(--website-page__alternate-background-t70);
278
267
  background-image: url('/statics/images/chalk-dark.png');
279
268
  background-position-y: top;
280
- padding-top: 1px; //fix bug
269
+ padding-top: 1px;
281
270
 
282
271
  .placeholder-people {
283
272
  box-sizing: border-box;
@@ -295,22 +284,6 @@ export default {
295
284
  background-color: var(--website-quick-links__background-color);
296
285
  }
297
286
  }
298
- @media (min-width: 667px) {
299
- .asd20-school-home-video-template {
300
- .asd20-notification-group--status {
301
- // right: space(2.5);
302
- // top: space(0.5) !important;
303
- }
304
- .asd20-language-translation {
305
- // right: space(1);
306
- // top: space(0.5) !important;
307
- }
308
- .asd20-notification-group--floating {
309
- // right: space(1);
310
- // top: space(2) !important;
311
- }
312
- }
313
- }
314
287
 
315
288
  @media (min-width: 1024px) {
316
289
  .asd20-school-home-video-template {
@@ -342,40 +315,11 @@ export default {
342
315
  margin-right: space(0.5);
343
316
  }
344
317
  }
345
- .asd20-notification-group--floating {
346
- // right: space(4);
347
- // top: space(7.5) !important;
348
- // .bell {
349
- // span {
350
- // background: var(--color__accent);
351
- // top: -0.6em !important;
352
- // right: -0.6em !important;
353
- // }
354
- // }
355
- }
356
318
  .asd20-notification-group--status {
357
319
  order: 0;
358
320
  // right: space(5.5) !important;
359
321
  // top: space(6) !important;
360
322
  }
361
- .asd20-language-translation {
362
- // right: space(4) !important;
363
- // top: space(6) !important;
364
- }
365
323
  }
366
324
  }
367
-
368
- // @media (min-width: 1350px) {
369
- // .asd20-school-home-video-template {
370
- // .asd20-notification-group--status {
371
- // order: 0;
372
- // right: space(4) !important;
373
- // top: space(6) !important;
374
- // }
375
- // .asd20-notification-group--floating {
376
- // right: space(4);
377
- // top: space(8) !important;
378
- // }
379
- // }
380
- // }
381
325
  </style>
@@ -243,7 +243,8 @@ export default {
243
243
  margin-top: space(2.25);
244
244
  .asd20-notification-group--floating {
245
245
  position: absolute;
246
- top: space(2.0375);
246
+ top: space(2);
247
+ right: space(0.75);
247
248
  }
248
249
  .asd20-notification-group--inline {
249
250
  margin-top: space(2) !important;
@@ -221,7 +221,8 @@ export default {
221
221
  margin-top: space(2.25);
222
222
  .asd20-notification-group--floating {
223
223
  position: absolute;
224
- top: space(2.0375);
224
+ top: space(2);
225
+ right: space(0.75);
225
226
  }
226
227
  .asd20-notification-group--inline {
227
228
  margin-top: space(2) !important;
@@ -222,7 +222,8 @@ export default {
222
222
  margin-top: space(2.25);
223
223
  .asd20-notification-group--floating {
224
224
  position: absolute;
225
- top: space(2.06);
225
+ top: space(2);
226
+ right: space(0.75);
226
227
  }
227
228
  .asd20-notification-group--inline {
228
229
  margin-top: space(2) !important;
@@ -217,7 +217,8 @@ export default {
217
217
  margin-top: space(2.25);
218
218
  .asd20-notification-group--floating {
219
219
  position: absolute;
220
- top: space(2.0375);
220
+ top: space(2);
221
+ right: space(0.75);
221
222
  }
222
223
  .asd20-notification-group--inline {
223
224
  margin-top: space(2) !important;