Follow mockup for successful form submission

This commit is contained in:
Kelly Dwan 2019-11-20 18:25:38 -05:00
parent 3133f0896a
commit de07108905
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
4 changed files with 28 additions and 16 deletions

View file

@ -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;
}
}
}