Revert "add first purchase discount to courseware (#22058)"
This reverts commit 059b619794.
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user