mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-23 04:35:50 +00:00
* Update create invoice view * Update edit view * Update lock file * Update lock file * Update sidebar styles * Update * Move breadcrumbs to a separate file * Polish sidebar/mobile * Add middleware back --------- Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
14 lines
247 B
CSS
14 lines
247 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
input[type='number']::-webkit-inner-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
|
|
input[type='number']::-webkit-outer-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|