@tailwind base; @tailwind components; @tailwind utilities; @layer components { .sidebar-row { @apply p-6 w-full } .elements-sidebar-row { @apply pl-6 pr-6 pt-2 pb-2 w-full } .close-button { @apply transition-all w-full h-auto p-4 flex } .mainmenu-btn { @apply transition-all bg-blue-100 hover:bg-blue-200 text-blue-700 text-lg font-semibold p-8 rounded-lg } .floating-btn { @apply h-full w-full text-white align-middle items-center justify-center } }