@orfium/ictinus 4.9.1 → 4.9.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/dist/theme/elevation.js +4 -4
- package/package.json +1 -1
package/dist/theme/elevation.js
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports["default"] = void 0;
|
|
5
5
|
var elevation = {
|
|
6
|
-
'01': '0px 2px
|
|
7
|
-
'02': '0px 4px 8px rgba(
|
|
8
|
-
'03': '0px 8px 16px rgba(
|
|
9
|
-
'04': '0px 16px 24px rgba(
|
|
6
|
+
'01': '0px 2px 5px rgba(16, 48, 102, 0.07)',
|
|
7
|
+
'02': '0px 4px 8px rgba(16, 48, 102, 0.07)',
|
|
8
|
+
'03': '0px 8px 16px rgba(16, 48, 102, 0.07)',
|
|
9
|
+
'04': '0px 16px 24px rgba(16, 48, 102, 0.07)'
|
|
10
10
|
};
|
|
11
11
|
var _default = elevation;
|
|
12
12
|
exports["default"] = _default;
|