mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-23 11:23:45 +03:00
18 lines
245 B
SCSS
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;
|
|
}
|