mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 00:52:43 +01:00
ui: make the Input component slightly shorter
This commit is contained in:
parent
35ded9def8
commit
9b35a55eea
@ -40,7 +40,7 @@ const inputStyle = css<Props>`
|
|||||||
// Reset to normal styling.
|
// Reset to normal styling.
|
||||||
resize: none;
|
resize: none;
|
||||||
${tw`appearance-none outline-none w-full min-w-0`};
|
${tw`appearance-none outline-none w-full min-w-0`};
|
||||||
${tw`p-3 border-2 rounded text-sm transition-all duration-150`};
|
${tw`py-2.5 px-3 border-2 rounded text-sm transition-all duration-150`};
|
||||||
${tw`bg-neutral-600 border-neutral-500 hover:border-neutral-400 text-neutral-200 shadow-none focus:ring-0`};
|
${tw`bg-neutral-600 border-neutral-500 hover:border-neutral-400 text-neutral-200 shadow-none focus:ring-0`};
|
||||||
|
|
||||||
& + .input-help {
|
& + .input-help {
|
||||||
|
Loading…
Reference in New Issue
Block a user