@limpiolux/ui-styles 1.1.0 → 1.1.1
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/components.css +1 -1
- package/package.json +1 -1
package/components.css
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
box-shadow:
|
|
39
39
|
inset 0 1px 0 rgba(255, 255, 255, 0.2),
|
|
40
40
|
inset 0 -1px 0 rgba(0, 0, 0, 0.15),
|
|
41
|
-
0
|
|
41
|
+
0 10px 28px -10px rgba(var(--color-brand) / 0.55);
|
|
42
42
|
transition: transform 400ms var(--spring-bounce), opacity 150ms ease;
|
|
43
43
|
}
|
|
44
44
|
|