Revert "add first purchase discount to courseware (#22058)"

This reverts commit 059b619794.
This commit is contained in:
julianajlk
2019-10-21 13:57:18 -04:00
committed by GitHub
parent 059b619794
commit 98f907f23c
16 changed files with 66 additions and 111 deletions

View File

@@ -74,7 +74,6 @@
@import 'features/content-type-gating';
@import 'features/course-duration-limits';
@import 'features/enterprise-learner-portal-banner';
@import 'features/first-purchase-banner';
// search
@import 'search/search';

View File

@@ -26,7 +26,7 @@ $static-path: '../..';
@import 'features/course-upgrade-message';
@import 'features/course-duration-limits';
@import 'features/enterprise-learner-portal-banner';
@import 'features/first-purchase-banner';
// Individual Pages
@import "views/program-marketing-page";

View File

@@ -20,6 +20,26 @@
}
}
// First purchase offer banner
.first-purchase-offer-banner {
background-color: #DEE3F1;
font-size: 16px;
border-radius: 7px;
padding: 20px;
margin: 20px auto;
.first-purchase-offer-banner-bold {
font-weight: bold;
color: #23419F;
}
a {
color: #00496f;
text-decoration: underline;
font-weight: bold;
}
}
// Course call to action message
.course-message {
display: flex;

View File

@@ -1,27 +0,0 @@
// First purchase offer banner
.first-purchase-offer-banner {
background-color: #DEE3F1;
font-size: 16px;
border-radius: 7px;
padding: 20px;
margin: 20px auto;
box-sizing: border-box;
line-height: 1.5;
.first-purchase-offer-banner-bold {
font-weight: bold;
color: #393f43;
}
a {
color: #23419F !important;
text-decoration: underline !important;
font-weight: bold !important;
border-bottom: none;
}
}
#seq_content .first-purchase-offer-banner {
max-width: $text-width-readability-max;
}

View File

@@ -2265,11 +2265,11 @@
.first-purchase-offer-banner-bold {
font-weight: bold;
color: #393f43;
color: #23419f;
}
a {
color: #23419F;
color: #00496f;
text-decoration: underline !important;
font-weight: bold;
border-bottom: none;