Skip to content

Commit

Permalink
Purchases: Fix styles for the purchases that expired but dont have Re…
Browse files Browse the repository at this point in the history
…new notice
  • Loading branch information
gziolo committed Nov 23, 2015
1 parent 342fdea commit 36d8308
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion client/me/purchases/manage-purchase/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

&.is-expired {
background: $gray-light;
margin-bottom: 0;

.manage-purchase__detail,
.manage-purchase__detail-label,
Expand All @@ -20,6 +19,14 @@
}
}

&.is-expired + .notice {
margin-top: -10px;

@include breakpoint ( ">480px" ) {
margin-top: -16px;
}
}

&.is-placeholder {
.manage-purchase__detail,
.manage-purchase__detail-label,
Expand Down

0 comments on commit 36d8308

Please sign in to comment.