@flodesk/grain 2.4.1 → 2.4.2
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/es/styles/variables.css +3 -4
- package/package.json +1 -1
package/es/styles/variables.css
CHANGED
|
@@ -59,12 +59,11 @@
|
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
:root {
|
|
62
|
-
--grn-shadowLayer-border: 0 1px 6px hsl(var(--grn-color-grey8-HSL) /
|
|
62
|
+
--grn-shadowLayer-border: 0 1px 6px hsl(var(--grn-color-grey8-HSL) / 7%);
|
|
63
63
|
--grn-shadowLayer-low: 0 2px 16px hsl(var(--grn-color-grey8-HSL) / 7%);
|
|
64
|
-
--grn-shadowLayer-medium: 0 2px
|
|
65
|
-
--grn-shadowLayer-high: 0 2px
|
|
64
|
+
--grn-shadowLayer-medium: 0 2px 30px hsl(var(--grn-color-grey8-HSL) / 12%);
|
|
65
|
+
--grn-shadowLayer-high: 0 2px 60px hsl(var(--grn-color-grey8-HSL) / 20%);
|
|
66
66
|
|
|
67
|
-
|
|
68
67
|
--grn-shadow-s:
|
|
69
68
|
var(--grn-shadowLayer-border),
|
|
70
69
|
var(--grn-shadowLayer-low)
|