@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
|
@@ -198,15 +198,15 @@ export default {
|
|
|
198
198
|
&--alert {
|
|
199
199
|
// .asd20-notification__title,
|
|
200
200
|
// .asd20-notification__cta {
|
|
201
|
-
// color: #
|
|
202
|
-
// border-color: #
|
|
201
|
+
// color: #e1c44b;
|
|
202
|
+
// border-color: #e1c44b;
|
|
203
203
|
// }
|
|
204
204
|
.asd20-icon {
|
|
205
205
|
--line-color: black;
|
|
206
|
-
--fill-color: #
|
|
206
|
+
--fill-color: #e1c44b;
|
|
207
207
|
}
|
|
208
208
|
.asd20-notification__content {
|
|
209
|
-
border-top: 2px solid #
|
|
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 #
|
|
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: #
|
|
378
|
+
--fill-color: #e1c44b;
|
|
379
379
|
}
|
|
380
380
|
}
|
|
381
381
|
&--alert.asd20-notification--inline {
|
|
382
|
-
box-shadow: 0 0 0 5px #
|
|
382
|
+
box-shadow: 0 0 0 5px #e1c44b;
|
|
383
383
|
.asd20-icon {
|
|
384
384
|
--line-color: #0e2c6c;
|
|
385
|
-
--fill-color: #
|
|
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 #
|
|
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 #
|
|
431
|
+
border-left: 30px solid #e1c44b;
|
|
432
432
|
border-bottom: none;
|
|
433
433
|
}
|
|
434
434
|
}
|