1
0
Fork 0
forked from Kispi/Core
HGOE-SaS/webapp/src/index.css
Simon Giesel 0b087a38bf
All checks were successful
continuous-integration/drone/push Build is passing
feat(webapp): allow wage to be set freely
2023-07-17 19:40:07 +02:00

12 lines
No EOL
224 B
CSS

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