@pzh-ui/css 0.0.44 → 0.0.47
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/config/index.js +9 -6
- package/package.json +2 -2
- package/src/tailwind.css +311 -319
- package/src/tailwind.src.css +1 -9
- package/yarn-error.log +1061 -0
package/src/tailwind.src.css
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
@import '~react-datepicker/dist/react-datepicker.css';
|
|
2
|
-
|
|
3
1
|
@import 'tailwindcss/base';
|
|
4
2
|
@import 'tailwindcss/components';
|
|
5
3
|
@import 'tailwindcss/utilities';
|
|
@@ -280,12 +278,6 @@ h6,
|
|
|
280
278
|
opacity: 0.55;
|
|
281
279
|
}
|
|
282
280
|
|
|
283
|
-
.pzh-drop-shadow {
|
|
284
|
-
box-shadow: 0px 18px 60px rgba(0, 0, 0, 0.07),
|
|
285
|
-
0px 4.02054px 13.4018px rgba(0, 0, 0, 0.0417275),
|
|
286
|
-
0px 1.19702px 3.99006px rgba(0, 0, 0, 0.0282725);
|
|
287
|
-
}
|
|
288
|
-
|
|
289
281
|
.pzh-select-input input {
|
|
290
282
|
box-shadow: none !important;
|
|
291
|
-
}
|
|
283
|
+
}
|