Remove btn-blank class from button.scss

The btn-blank class is a deprecated shared class that styles buttons with no padding, background, or border. We should migrate the non-Pajamas compliant components that use this class to their Pajamas compliant counterparts or use Tailwind utilities to achieve similar styling. If there are no more references to the class, we can completely remove it.