@landtrustinc/design-system 1.2.32-beta.0 → 1.2.33
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/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9088,6 +9088,12 @@ var cardContainerStyles3 = (orientation, hasContentBackground, hasClickHandler)
|
|
|
9088
9088
|
gap: var(--spacing-4);
|
|
9089
9089
|
box-shadow: 0 0 var(--shadow-blur-lg, 24px) var(--shadow-spread-xs, -4px)
|
|
9090
9090
|
rgba(17, 17, 17, 0.1);
|
|
9091
|
+
|
|
9092
|
+
${hasClickHandler && `
|
|
9093
|
+
&:hover {
|
|
9094
|
+
box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
|
|
9095
|
+
}
|
|
9096
|
+
`}
|
|
9091
9097
|
}
|
|
9092
9098
|
`}
|
|
9093
9099
|
|