mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
* feat: code-based authorization * fix: final touches * fix: require session on code fetch endpoint * feat: better error handling * refactor: move auth send to client handler * fix: lint
14 lines
342 B
CSS
14 lines
342 B
CSS
@import "tailwindcss";
|
|
@plugin "@tailwindcss/typography";
|
|
@plugin "@tailwindcss/forms";
|
|
@config "../tailwind.config.js";
|
|
|
|
@layer base {
|
|
input[type="number"]::-webkit-outer-spin-button,
|
|
input[type="number"]::-webkit-inner-spin-button,
|
|
input[type="number"] {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: textfield !important;
|
|
}
|
|
}
|