JNJ Updates
This commit is contained in:
@ -113,6 +113,7 @@ div {
|
||||
.np-top-cta {
|
||||
background: black;
|
||||
border-radius: 0;
|
||||
opacity: 0;
|
||||
}
|
||||
.np-text-light {
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
</div>
|
||||
<div class="np-categories-content np-categories-content-vertical np-card-padding course-card-content" style='padding: 1.5rem;'>
|
||||
<p class="course-title-vision">
|
||||
Professional Webinars
|
||||
Professional Events
|
||||
</p>
|
||||
<div class="np-categories-content-footer">
|
||||
</div>
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
<h3 class="np-card-heading">
|
||||
About
|
||||
</h3>
|
||||
<div class="np-card-text">
|
||||
{{ course.full_description }}
|
||||
</div>
|
||||
@ -23,8 +23,8 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="np-grid-spacing col-xs-12 col-sm-6">
|
||||
<div class="np-top-cta" style="border-radius:0;">
|
||||
{% include "course_progress_and_cta" %}
|
||||
<div class="np-top-cta" style="border-radius:0; opacity: 0 !important">
|
||||
{% comment %}{% include "course_progress_and_cta" %}{% endcomment %}
|
||||
</div>
|
||||
{% include "course_outline" %}
|
||||
</div>
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
text-shadow: none;
|
||||
float: right;
|
||||
align: center;
|
||||
color: #cc0033;
|
||||
color: white;
|
||||
font-weight: 700;
|
||||
font-size: 10px;'
|
||||
}
|
||||
|
||||
@ -58,6 +58,7 @@
|
||||
}
|
||||
.np-course-details {
|
||||
justify-content: space-between;
|
||||
color: white;
|
||||
}
|
||||
.np-course-info.np-course-banner-info {
|
||||
left: 0;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div class="np-course-outline">
|
||||
<div class="np-text-title np-course-outline-title">
|
||||
Included Resources
|
||||
Content
|
||||
{% comment %} {% t .header, key: current_school.course_vocabulary %} {% endcomment %}
|
||||
</div>
|
||||
<div class="np-course-outline-content">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<div class="np-top-cta-progress-content">
|
||||
{% comment %}<div class="np-top-cta-progress-content">
|
||||
<div class="np-top-cta-progress-title np-text-title">
|
||||
{% t .header %}
|
||||
</div>
|
||||
@ -43,4 +43,4 @@
|
||||
{% t shared.continue %}
|
||||
{% endif %}
|
||||
</a>
|
||||
{% endif %}
|
||||
{% endif %}{% endcomment %}
|
||||
@ -2,7 +2,7 @@
|
||||
<div class='events'>
|
||||
<div class='events-header'>
|
||||
<div class='events-header-title' style='color: black'>
|
||||
Professional Webinar Series
|
||||
Professional Events
|
||||
</div>
|
||||
</div>
|
||||
<div class='events-event'>
|
||||
|
||||
@ -29,6 +29,7 @@
|
||||
}
|
||||
.np-top-cta {
|
||||
border-radius: 8px;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
#course-desktop .np-course-outline .np-course-outline-title {
|
||||
|
||||
@ -48,7 +48,7 @@
|
||||
{% include "section_faqs" %}
|
||||
|
||||
{% include "section_contact_us" %}
|
||||
|
||||
|
||||
</main>
|
||||
{% include "footer" %}
|
||||
<script>
|
||||
|
||||
@ -1011,6 +1011,7 @@ button.jryxug {
|
||||
|
||||
.np-course-banner-info .np-course-details {
|
||||
max-width: 500px;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div class="np-course-outline">
|
||||
<div class="np-text-title np-course-outline-title">
|
||||
{% t .header, key: current_school.course_vocabulary %}
|
||||
Content
|
||||
</div>
|
||||
<div class="np-course-outline-content">
|
||||
<ol class="np-course-outline-content-section">
|
||||
|
||||
Reference in New Issue
Block a user