Add a label for "deactivated" pledges

This commit is contained in:
Kelly Dwan 2019-12-10 13:17:08 -05:00
parent 914b6d7292
commit 0ea187169e
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
2 changed files with 13 additions and 0 deletions

View file

@ -31,6 +31,15 @@ body.single.single-5ftf_pledge {
margin-top: ms(2);
}
}
.pledge-status {
display: inline-block;
padding: 4px 12px;
font-size: ms(-1);
text-transform: uppercase;
background-color: $color-error-red;
color: white;
}
}
.entry-title {