Skip to content

Instantly share code, notes, and snippets.

@billerickson
Last active February 26, 2018 21:10
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/1327abe1b8666d3ff21dca1137a8c125 to your computer and use it in GitHub Desktop.
Save billerickson/1327abe1b8666d3ff21dca1137a8c125 to your computer and use it in GitHub Desktop.
.wp-block-button {
margin-bottom: $base-margin;
text-align: center;
.wp-block-button__link {
@extend %button;
}
}
%button {
background: $highlight;
border: none;
border-radius: 4px;
box-shadow: none;
color: $white;
cursor: pointer;
padding: 10px;
text-align: center;
text-decoration: none;
width: auto;
-webkit-appearance: none;
&:hover {
background-color: darken( $highlight, 10%);
color: $white;
text-decoration: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment