mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-05 10:25:45 +03:00
Theme: Add WIP styles for About page.
This commit is contained in:
parent
7b45a8c1c1
commit
a197adc6e2
13 changed files with 285 additions and 168 deletions
|
@ -1,3 +1,17 @@
|
|||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue