[LEARNER-437] Reflect discount on the Program About Page (WL)

This commit is contained in:
Marko Jevtic
2017-06-13 11:07:05 +00:00
parent 5a919f2c1c
commit 75531b2fef
11 changed files with 98 additions and 38 deletions

View File

@@ -1085,6 +1085,26 @@
}
}
}
.description {
display: block;
float: left;
}
.price {
.green-highlight {
font-weight: 700;
color: palette(success, text);
}
.original-price {
text-decoration: line-through;
}
.savings {
display: block;
}
}
}
}