diff --git a/src/App.svelte b/src/App.svelte index 0465188..6cea620 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -107,7 +107,7 @@
- + {#each wigets as widget, i} @@ -124,33 +124,18 @@ + + +
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
-
- +
@@ -158,53 +143,53 @@
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
@@ -220,6 +205,18 @@ @tailwind components; @tailwind utilities; + @layer components { + .btn-indigo { + @apply py-2 px-4 bg-indigo-500 text-white font-semibold rounded-lg shadow-md hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-400 focus:ring-opacity-75; + } + .input-indigo { + @apply bg-gray-200 appearance-none border-2 border-gray-200 rounded w-full py-2 px-4 text-gray-700 leading-tight focus:outline-none focus:bg-white focus:border-indigo-500; + } + .lable-gray { + @apply block text-gray-500 font-bold md:text-right mb-1 md:mb-0 pr-4; + } + } + #menu__toggle { opacity: 0; } diff --git a/src/Input.svelte b/src/Input.svelte index a5dd33e..83d785f 100644 --- a/src/Input.svelte +++ b/src/Input.svelte @@ -10,10 +10,11 @@
- + +
- +