@sankhyalabs/ez-design 5.7.5 → 5.7.6-dev.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/dist/default/ez-themed.css +4 -0
- package/dist/default/ez-themed.min.css +1 -1
- package/dist/default/icons/fonts/ez-icons.css +6 -6
- package/dist/default/icons/fonts/ez-icons.eot +0 -0
- package/dist/default/icons/fonts/ez-icons.less +6 -6
- package/dist/default/icons/fonts/ez-icons.module.less +6 -6
- package/dist/default/icons/fonts/ez-icons.scss +6 -6
- package/dist/default/icons/fonts/ez-icons.styl +6 -6
- package/dist/default/icons/fonts/ez-icons.ttf +0 -0
- package/dist/default/icons/fonts/ez-icons.woff +0 -0
- package/dist/default/icons/fonts/ez-icons.woff2 +0 -0
- package/dist/default/icons/fonts/unicode.html +4 -4
- package/package.json +1 -1
|
@@ -138,6 +138,7 @@
|
|
|
138
138
|
--more-visible--2x: 3;
|
|
139
139
|
--most-visible: 4;
|
|
140
140
|
--elevation--100: 100;
|
|
141
|
+
--elevation--24: 24;
|
|
141
142
|
--elevation--20: 20;
|
|
142
143
|
--elevation--16: 16;
|
|
143
144
|
--elevation--12: 12;
|
|
@@ -1017,6 +1018,9 @@ body {
|
|
|
1017
1018
|
.ez-elevation--100 {
|
|
1018
1019
|
z-index: 100; }
|
|
1019
1020
|
|
|
1021
|
+
.ez-elevation--24 {
|
|
1022
|
+
z-index: 24; }
|
|
1023
|
+
|
|
1020
1024
|
.ez-elevation--20 {
|
|
1021
1025
|
z-index: 20; }
|
|
1022
1026
|
|