When using Bootstrap CSS to ensure consistent button design on my site with the class "btn btn-primary," I encountered a dilemma. A plugin I'm utilizing has its own button class named "ethpress-metamask-login-button."
Is there a way to make the "ethpress-metamask-login-button" class adopt the properties of "btn btn-primary" without manually copying each property over to the "ethpress-metamask-login-button" declaration block?