.burger-menu-nav { @apply text-lg app__text; &__list { @apply flex flex-col gap-2; } &__item { @apply h-8; } &__link { @apply flex p-1 gap-2 items-center; @apply rounded-md hover:bg-gray-200 dark:hover:bg-gray-600; } &__icon { @apply burger-menu__icon; } }