aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/envshare/app/globals.css
blob: b764a11459ad433a6d9ae49768257d8f64480352 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;
  }
}