clubmanager/templates/styles/main.css

12 lines
228 B
CSS
Raw Normal View History

2023-11-04 09:28:38 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
2023-11-05 11:49:21 +00:00
@layer base {
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
}