From 36d83086ffe44ce57455c31c9285d93e36b3adc1 Mon Sep 17 00:00:00 2001 From: Grzegorz Ziolkowski Date: Mon, 23 Nov 2015 11:40:10 +0100 Subject: [PATCH] Purchases: Fix styles for the purchases that expired but dont have Renew notice --- client/me/purchases/manage-purchase/style.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/client/me/purchases/manage-purchase/style.scss b/client/me/purchases/manage-purchase/style.scss index 320bddc0bf7c7f..361fb480a60476 100644 --- a/client/me/purchases/manage-purchase/style.scss +++ b/client/me/purchases/manage-purchase/style.scss @@ -9,7 +9,6 @@ &.is-expired { background: $gray-light; - margin-bottom: 0; .manage-purchase__detail, .manage-purchase__detail-label, @@ -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,