mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-22 02:53:43 +03:00
My Pledges: Add border only when multiple pledge lists exist
This commit is contained in:
parent
521ce58de7
commit
beb2db453e
|
@ -68,7 +68,7 @@ body.page.page-my-pledges {
|
||||||
|
|
||||||
.my-pledges__list {
|
.my-pledges__list {
|
||||||
|
|
||||||
&.is-pending-list {
|
+ .my-pledges__list {
|
||||||
margin-top: ms(8);
|
margin-top: ms(8);
|
||||||
border-top: 1px solid $color-gray-light-500;
|
border-top: 1px solid $color-gray-light-500;
|
||||||
padding-top: ms(8);
|
padding-top: ms(8);
|
||||||
|
|
Loading…
Reference in a new issue