From 4ba802d0c73a1a1664b4d3e17757e54aeefd81f7 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 2 Jan 2024 15:12:47 +0100 Subject: Add default config, and start adding form --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index aefbef1..4c952e0 100644 --- a/style.css +++ b/style.css @@ -16,4 +16,12 @@ h2 { @apply font-bold; } +.btn { + @apply font-bold py-1 px-2 my-1 rounded; + @apply bg-sky-500 hover:bg-sky-600 text-white; +} + +.textinput { + @apply rounded-md border border-2 border-zinc-200 px-1 py-1 text-sm font-normal text-zinc-700 outline outline-0 focus:border-2 focus:border-zinc-500 focus:outline-0 disabled:border-0 disabled:bg-zinc-50; +} -- cgit v1.2.3