diff --git a/NP_Custom_Templates/customer_templates/Stripe/_courses_partnertraining_index.html.liquid b/NP_Custom_Templates/customer_templates/Stripe/_courses_partnertraining_index.html.liquid index 68725fef..c62ede62 100644 --- a/NP_Custom_Templates/customer_templates/Stripe/_courses_partnertraining_index.html.liquid +++ b/NP_Custom_Templates/customer_templates/Stripe/_courses_partnertraining_index.html.liquid @@ -66,11 +66,11 @@ {%comment%} This is a test section for understanding blocks-layout and the formatting required to render an additional 'achievements' section {%endcomment%} {% if show_events_section %} -
+

- Blocks-Layout Test Field + Recent Achievements

- {% include "training_events_dashboard", card_classes: event_card_classes %} + {% include "widget_achievements", card_classes: event_card_classes %}
{% endif %}
diff --git a/NP_Custom_Templates/customer_templates/Stripe/_widget_achievements.html.liquid b/NP_Custom_Templates/customer_templates/Stripe/_widget_achievements.html.liquid index 0112b0ca..071c8126 100644 --- a/NP_Custom_Templates/customer_templates/Stripe/_widget_achievements.html.liquid +++ b/NP_Custom_Templates/customer_templates/Stripe/_widget_achievements.html.liquid @@ -2,7 +2,7 @@ For this widget to work you must import Slick CSS and JS {% endcomment %} -
+
{% if courses.enrolled.any? %} @@ -14,7 +14,7 @@
{{ course.name }}
-
+
@@ -79,7 +79,7 @@ } .np-view-all-achievements { - color:#2BB24C; + color:#635bff; font-size:0.75rem; text-transform:uppercase; text-align:center; @@ -88,14 +88,14 @@ } .np-card-content-achievements { - flex: 1; + justify-content: center; display: flex; flex-direction: column; padding: 2rem 2rem .5rem; } .achievements-total-points-display { - color:#2BB24C; + color:#635bff; font-size:0.812rem; text-transform:uppercase; text-align:center;