@pzh-ui/css 0.0.111 → 0.0.113
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/package.json +2 -2
- package/src/tailwind.css +11 -1996
- package/src/tailwind.src.css +1 -2
package/src/tailwind.src.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import 'tailwindcss';
|
|
2
|
-
@source "../../components";
|
|
3
2
|
@plugin "@tailwindcss/typography";
|
|
4
3
|
|
|
5
4
|
@theme {
|
|
@@ -223,7 +222,7 @@ ol li ol li ol li {
|
|
|
223
222
|
}
|
|
224
223
|
|
|
225
224
|
.pzh-form-input {
|
|
226
|
-
@apply placeholder-pzh-gray-600 text-pzh-blue-900 border-pzh-gray-600 hover:border-pzh-blue-500 focus:ring-pzh-focus focus:border-pzh-focus disabled:bg-pzh-gray-200 text-m block w-full appearance-none rounded border px-4 py-2 leading-[30px] focus:ring-2 focus:outline-none;
|
|
225
|
+
@apply placeholder-pzh-gray-600 bg-pzh-white text-pzh-blue-900 border-pzh-gray-600 hover:border-pzh-blue-500 focus:ring-pzh-focus focus:border-pzh-focus disabled:bg-pzh-gray-200 text-m block w-full appearance-none rounded border px-4 py-2 leading-[30px] focus:ring-2 focus:outline-none;
|
|
227
226
|
}
|
|
228
227
|
|
|
229
228
|
.pzh-form-error,
|