2024-04-12 06:43:55 -04:00
|
|
|
@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;
|
2025-06-11 06:33:27 -04:00
|
|
|
}
|
|
|
|
{
|
|
|
|
font-size: 16px;
|
2024-04-12 06:43:55 -04:00
|
|
|
}
|