five-for-the-future/themes/wporg-5ftf/css/objects/_buttons.scss
2019-09-26 15:38:53 -07:00

18 lines
245 B
SCSS

input[type="submit"] {
@extend .button;
}
.wp-block-button {
@extend .button;
display: inline-block;
height: auto;
margin-bottom: 1rem;
}
.wp-block-button__link {
background: none;
color: $color__link-button;
text-decoration: none;
}