add first purchase discount banner on course home

This commit is contained in:
Matthew Piatetsky
2019-04-29 16:57:41 -04:00
parent 4140e17946
commit 75dc4459cd
6 changed files with 66 additions and 1 deletions

View File

@@ -20,6 +20,23 @@
}
}
// 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;
margin-right: 3px;
margin-left: 5px;
}
}
// Course call to action message
.course-message {
display: flex;