@asd20/ui 3.2.983 → 3.2.984

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.983",
8
+ "version": "3.2.984",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -4,7 +4,6 @@
4
4
  title="Report an Accessibility Issue"
5
5
  icon="accessibility"
6
6
  dismissable
7
- windowed
8
7
  class="asd20-accessibility-issue-modal"
9
8
  @dismiss="$emit('dismiss')"
10
9
  >
@@ -244,20 +244,6 @@ export default {
244
244
  .asd20-notification-group--floating {
245
245
  position: absolute;
246
246
  top: space(2.0375);
247
- // .bell {
248
- // box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) !important;
249
- // svg {
250
- // fill: var(--color__accent) !important;
251
- // }
252
- // span {
253
- // background: var(--color__accent) !important;
254
- // top: inherit !important;
255
- // right: inherit !important;
256
- // width: 1.2rem !important;
257
- // height: 1.2rem !important;
258
- // font-size: 0.75rem !important;
259
- // }
260
- // }
261
247
  }
262
248
  .asd20-notification-group--inline {
263
249
  margin-top: space(2) !important;
@@ -276,7 +262,6 @@ export default {
276
262
  }
277
263
 
278
264
  p {
279
- // font-family: var(--website-typography__font-family-headlines);
280
265
  font-size: 1rem !important;
281
266
  line-height: 1.5;
282
267
  font-family: var(--website-typography__font-family-headlines);
@@ -289,13 +274,8 @@ export default {
289
274
  700
290
275
  );
291
276
  font-family: var(--website-typography__font-family-headlines);
292
- // font-size: 36px !important;
293
277
  }
294
278
  }
295
- // .asd20-messaging {
296
- // padding-bottom: space(2);
297
- // border-bottom: 10px solid var(--color__tertiary);
298
- // }
299
279
  }
300
280
 
301
281
  @media (min-width: 1024px) {
@@ -303,13 +283,6 @@ export default {
303
283
  .asd20-notification-group--floating {
304
284
  position: absolute;
305
285
  top: space(1);
306
- // .bell {
307
- // span {
308
- // background: var(--color__accent);
309
- // top: -0.6em !important;
310
- // right: -0.6em !important;
311
- // }
312
- // }
313
286
  }
314
287
  @include template-desktop;
315
288
  margin-left: space(3);
@@ -317,9 +290,6 @@ export default {
317
290
  .asd20-page-content {
318
291
  margin-top: space(0);
319
292
  }
320
- // .intro-message {
321
- // width: 90%;
322
- // }
323
293
  }
324
294
  }
325
295