aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/envshare/app/globals.css
diff options
context:
space:
mode:
Diffstat (limited to 'envshare/app/globals.css')
-rw-r--r--envshare/app/globals.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/envshare/app/globals.css b/envshare/app/globals.css
new file mode 100644
index 0000000..b764a11
--- /dev/null
+++ b/envshare/app/globals.css
@@ -0,0 +1,15 @@
+@tailwind base;
+@tailwind components;
+@tailwind utilities;
+
+@layer utilities {
+ input[type="number"]::-webkit-inner-spin-button,
+ input[type="number"]::-webkit-outer-spin-button {
+ @apply appearance-none;
+ }
+
+
+ input[type="file"] {
+ @apply appearance-none;
+ }
+} \ No newline at end of file