Spaces:
Paused
Paused
| @tailwind base; | |
| @tailwind components; | |
| @tailwind utilities; | |
| @layer components { | |
| .btn { | |
| @apply bg-[#f8f9fa] rounded-md text-sm text-gray-800 hover:ring-1 hover:ring-gray-200 focus:outline-none active:ring-gray-300 hover:shadow-md w-36 h-10 transition-shadow; | |
| } | |
| .link { | |
| @apply hover:underline cursor-pointer; | |
| } | |
| .header-icon{ | |
| @apply bg-transparent hover:bg-gray-200 p-2 text-4xl rounded-full cursor-pointer | |
| } | |
| } | |