@sorocraft/ui 1.1.1 → 1.1.3
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.
|
@@ -106,6 +106,10 @@ $highlighted-message-shadow: 0px 0px 20px 0px
|
|
|
106
106
|
);
|
|
107
107
|
$box-right-shadow: 2px 0px 5px -3px rgba(0, 0, 0, 0.15);
|
|
108
108
|
$image-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
|
|
109
|
+
$feature-card-shadow: 0px 8px 16px -8px rgba(0, 0, 0, 0.1),
|
|
110
|
+
0px 13px 27px -12px rgba(50, 50, 93, 0.25);
|
|
111
|
+
$feature-card-hover-shadow: 0px 100px 50px -40px rgba(0, 0, 0, 0.1),
|
|
112
|
+
0px 60px 100px 0px rgba(50, 50, 93, 0.25);
|
|
109
113
|
|
|
110
114
|
/**/
|
|
111
115
|
$uiTypeStyles: (
|