@salesforcedevs/dx-components 1.3.358-alpha → 1.3.358-alpha3
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
|
@@ -46,9 +46,10 @@
|
|
|
46
46
|
--swoop-z-index: 11;
|
|
47
47
|
--label-color: var(--dx-themed-featured-content-header-text-color);
|
|
48
48
|
|
|
49
|
-
background: var(--dx-themed-featured-content-header-background-swoop)
|
|
50
|
-
|
|
51
|
-
background-
|
|
49
|
+
background-image: var(--dx-themed-featured-content-header-background-swoop);
|
|
50
|
+
background-size: cover;
|
|
51
|
+
background-repeat: no-repeat;
|
|
52
|
+
background-position: center;
|
|
52
53
|
position: relative;
|
|
53
54
|
}
|
|
54
55
|
|
|
@@ -402,10 +403,9 @@ dx-image-and-label {
|
|
|
402
403
|
.variant_dark {
|
|
403
404
|
--label-color: var(--dx-themed-featured-content-header-intense-label-color);
|
|
404
405
|
|
|
405
|
-
background: var(
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
center repeat-x;
|
|
406
|
+
background-image: var(
|
|
407
|
+
--dx-themed-featured-content-header-background-swoop-intense
|
|
408
|
+
);
|
|
409
409
|
}
|
|
410
410
|
|
|
411
411
|
.variant_dark dx-image-and-label {
|