@import "./mixin.less"; .menu-btns-popup { @apply absolute right-2 top-6 flex flex-col justify-start items-start mt-4 p-1 w-36 rounded-lg z-10 shadow bg-white; > .btn { @apply flex flex-row justify-start items-center w-full py-2 px-3 text-base rounded text-left hover:bg-gray-100; > .icon { @apply block w-6 text-center mr-2 text-base; } } }