Files
Gainsight/Custom_Templates/customer_templates/Zenjob/learning_paths.html.liquid

60 lines
1.0 KiB
Plaintext

{% include "header" %}
<main class="np-main np-learning-paths np-subpage-container">
{% include "learning_paths_index", items: learning_paths.available %}
</main>
{% include "footer" %}
<style>
.np-learning-paths {
background: #8B78FA;
}
.np-resource-title {
color:#fff;
}
.np-learning-paths-resources {
max-width: 1200px;
}
.np-learning-paths-resources .np-card-container {
overflow:hidden;
}
.np-learning-paths-resources .image-wrapper {
position: relative;
}
.np-learning-paths-resources .image-wrapper img {
width:100%;
height:100%;
}
.np-learning-paths-resources .np-card-ribbon {
position: absolute;
right: 16px;
top: 12px;
}
.np-learning-paths-resources .np-card-content-title {
font-size:18px;
}
@media screen and (min-width: 768px) {
.np-learning-paths .np-learning-path-image {
min-height: 300px;
}
.np-learning-paths-resources .image-wrapper {
width: 35%;
}
.np-learning-paths-resources .np-card-text-wrapper {
width:65%;
}
.np-learning-paths-resources .np-card-content-title {
font-size:24px;
}
}
</style>