mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-19 00:15:44 +03:00
Follow mockup for successful form submission
This commit is contained in:
parent
3133f0896a
commit
de07108905
4 changed files with 28 additions and 16 deletions
|
@ -63,14 +63,22 @@ body.single.single-5ftf_pledge {
|
|||
}
|
||||
}
|
||||
|
||||
.edit-pledge-wrapper .button {
|
||||
padding-right: 4px;
|
||||
text-decoration: none;
|
||||
color: $color__wp-blue;
|
||||
font-size: 1rem;
|
||||
.edit-pledge-wrapper {
|
||||
text-align: right;
|
||||
|
||||
&:hover {
|
||||
border-bottom: 1px solid currentColor;
|
||||
p {
|
||||
font-size: ms(-2);
|
||||
}
|
||||
|
||||
.button {
|
||||
padding-right: 4px;
|
||||
text-decoration: none;
|
||||
color: $color__wp-blue;
|
||||
font-size: 1rem;
|
||||
|
||||
&:hover {
|
||||
border-bottom: 1px solid currentColor;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue