.super-button { @apply inline-flex font-alt text-4xl py-4 px-3 transition duration-200; &:hover { @apply no-underline; } } .super-button__body { @apply flex-grow; } .super-button__icon { @apply ml-4; }