Files
next-learn/dashboard/starter-example/app/ui/global.css
Delba de Oliveira 0574e4f210 Duplicate starter
2023-10-26 08:37:00 -07:00

19 lines
328 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
input[type='number'] {
-moz-appearance: textfield;
appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type='number']::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}