forked from Kispi/Core
All checks were successful
continuous-integration/drone/push Build is passing
12 lines
No EOL
224 B
CSS
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;
|
|
} |