diff options
Diffstat (limited to 'assets/css/in.css')
-rw-r--r-- | assets/css/in.css | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/assets/css/in.css b/assets/css/in.css index d9e5538..e4486ae 100644 --- a/assets/css/in.css +++ b/assets/css/in.css @@ -1,6 +1,6 @@ -@import 'tailwindcss/base'; -@import 'tailwindcss/components'; -@import 'tailwindcss/utilities'; +@tailwind base; +@tailwind components; +@tailwind utilities; @layer components { .blog-block { @@ -9,18 +9,10 @@ bg-background; max-width: fit-content; } +} - .search-bar { - @apply p-4 text-sm border-none float-left w-4/5 - bg-bgsearch text-white - } - - .search-result-list { - @apply shadow-lg flex flex-col justify-center rounded-lg - border border-gray-200 w-9 - box-content p-4 text-white; - max-width: fit-content; - } +.chip8-button { + @apply bg-bgsearch hover:bg-blue-700 text-lg p-4 m-4 rounded; } .overlay { |