mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-20 16:55:44 +03:00
Add a label for "deactivated" pledges
This commit is contained in:
parent
914b6d7292
commit
0ea187169e
2 changed files with 13 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue