Skip to content

Instantly share code, notes, and snippets.

@billerickson
Last active December 13, 2018 18:27
Embed
What would you like to do?
/* 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