From 5012ed6ea4bfa5fb92c8c28c5970136dc697fd86 Mon Sep 17 00:00:00 2001 From: Brandon Baker Date: Thu, 29 Aug 2019 16:00:26 -0400 Subject: [PATCH] Fix padding on discount banner for small screens (#21509) REV-918 --- lms/static/sass/features/_course-experience.scss | 2 -- lms/static/sass/views/_verification.scss | 2 -- 2 files changed, 4 deletions(-) diff --git a/lms/static/sass/features/_course-experience.scss b/lms/static/sass/features/_course-experience.scss index 0533e5308e..baf6a6e0c8 100644 --- a/lms/static/sass/features/_course-experience.scss +++ b/lms/static/sass/features/_course-experience.scss @@ -31,8 +31,6 @@ .first-purchase-offer-banner-bold { font-weight: bold; color: #23419F; - margin-right: 3px; - margin-left: 5px; } } diff --git a/lms/static/sass/views/_verification.scss b/lms/static/sass/views/_verification.scss index 4e06aba456..0053273534 100644 --- a/lms/static/sass/views/_verification.scss +++ b/lms/static/sass/views/_verification.scss @@ -2265,8 +2265,6 @@ .first-purchase-offer-banner-bold { font-weight: bold; color: #23419f; - margin-right: 3px; - margin-left: 5px; } } }