snapshot-labs-theme 0.1.14 → 0.1.16
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.
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
:root {
|
|
6
6
|
--shadow-none: none;
|
|
7
|
-
--shadow-resting-xsmall:
|
|
8
|
-
--shadow-resting-small:
|
|
9
|
-
--shadow-resting-medium:
|
|
10
|
-
--shadow-floating-small:
|
|
11
|
-
--shadow-floating-medium:
|
|
12
|
-
--shadow-floating-large:
|
|
13
|
-
--shadow-floating-xlarge:
|
|
7
|
+
--shadow-resting-xsmall: 0px 1px 1px 0px rgba(31,35,40,0.06);
|
|
8
|
+
--shadow-resting-small: 0px 1px 3px 0px rgba(31,35,40,0.06), 0px 1px 1px 0px rgba(31,35,40,0.06);
|
|
9
|
+
--shadow-resting-medium: 0px 3px 6px 0px rgba(37,41,46,0.12), 0px 1px 1px 0px rgba(37,41,46,0.1);
|
|
10
|
+
--shadow-floating-small: 0px 6px 18px 0px rgba(37,41,46,0.12), 0px 6px 12px -3px rgba(37,41,46,0.04), 0px 0px 0px 1px rgba(209,217,224,0.5);
|
|
11
|
+
--shadow-floating-medium: 0px 48px 96px -24px rgba(37,41,46,0.08), 0px 24px 48px -12px rgba(37,41,46,0.08), 0px 4px 32px -4px rgba(37,41,46,0.08), 0px 8px 16px -4px rgba(37,41,46,0.08), 0px 0px 0px 1px rgba(209,217,224,1);
|
|
12
|
+
--shadow-floating-large: 0px 40px 80px 0px rgba(37,41,46,0.24), 0px 0px 0px 1px rgba(209,217,224,1);
|
|
13
|
+
--shadow-floating-xlarge: 0px 56px 112px 0px rgba(37,41,46,0.32), 0px 0px 0px 1px rgba(209,217,224,1);
|
|
14
14
|
}
|