@asd20/ui 3.2.940 → 3.2.942

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.940",
8
+ "version": "3.2.942",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -150,7 +150,7 @@ export default {
150
150
  font-weight: var(--website-typography__font-weight-body, normal);
151
151
  font-size: 0.75rem;
152
152
  // text-transform: uppercase;
153
- opacity: 0.75;
153
+ // opacity: 0.75;
154
154
  // text-align: justify;
155
155
  hr {
156
156
  margin: 0.25rem 0;
@@ -198,15 +198,15 @@ export default {
198
198
  &--alert {
199
199
  // .asd20-notification__title,
200
200
  // .asd20-notification__cta {
201
- // color: #dabf50;
202
- // border-color: #dabf50;
201
+ // color: #e1c44b;
202
+ // border-color: #e1c44b;
203
203
  // }
204
204
  .asd20-icon {
205
205
  --line-color: black;
206
- --fill-color: #dabf50;
206
+ --fill-color: #e1c44b;
207
207
  }
208
208
  .asd20-notification__content {
209
- border-top: 2px solid #dabf50;
209
+ border-top: 2px solid #e1c44b;
210
210
  }
211
211
  }
212
212
 
@@ -362,7 +362,7 @@ export default {
362
362
  &--alert.asd20-notification--banner {
363
363
  background: black;
364
364
  color: white;
365
- border-bottom: 30px solid #dabf50;
365
+ border-bottom: 30px solid #e1c44b;
366
366
  border-left: none;
367
367
  .asd20-notification__title,
368
368
  .asd20-notification__cta {
@@ -375,14 +375,14 @@ export default {
375
375
 
376
376
  .asd20-icon {
377
377
  --line-color: white;
378
- --fill-color: #dabf50;
378
+ --fill-color: #e1c44b;
379
379
  }
380
380
  }
381
381
  &--alert.asd20-notification--inline {
382
- box-shadow: 0 0 0 5px #dabf50;
382
+ box-shadow: 0 0 0 5px #e1c44b;
383
383
  .asd20-icon {
384
384
  --line-color: #0e2c6c;
385
- --fill-color: #dabf50;
385
+ --fill-color: #e1c44b;
386
386
  }
387
387
  }
388
388
  }
@@ -408,7 +408,7 @@ export default {
408
408
  }
409
409
  &--alert {
410
410
  .asd20-notification__content {
411
- border-left: 2px solid #dabf50;
411
+ border-left: 2px solid #e1c44b;
412
412
  border-top: none;
413
413
  }
414
414
  }
@@ -428,7 +428,7 @@ export default {
428
428
  border-bottom: none;
429
429
  }
430
430
  &--alert.asd20-notification--banner {
431
- border-left: 30px solid #dabf50;
431
+ border-left: 30px solid #e1c44b;
432
432
  border-bottom: none;
433
433
  }
434
434
  }