Skip to content

Instantly share code, notes, and snippets.

@billerickson
Last active December 13, 2018 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/330b6cd83bf77daa0ffce3888d179289 to your computer and use it in GitHub Desktop.
Save billerickson/330b6cd83bf77daa0ffce3888d179289 to your computer and use it in GitHub Desktop.
/* Button
--------------------------------------------- */
.wp-block-button {
.wp-block-button__link {
border-radius: 0;
font-weight: 700;
font-size: 16px;
line-height: 18px;
padding: 20px 24px;
&:hover {
background: darken( $highlight, 10% );
text-decoration: none;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment