SPS' V3 templates. Updated Harri's templates too to update the workato endpoints.

This commit is contained in:
Norm Rasmussen
2025-05-13 16:55:51 -04:00
parent 89c35d0506
commit 72715d9d49
322 changed files with 8995 additions and 3731 deletions

View File

@ -1,4 +1,4 @@
{% include "header_minimal" %}
{% include "header" %}
<main class="np-main np-max-width np-page-container">
<div class="np-hidden-mobile" id="learning-path-desktop">
{% include "learning_path_desktop_view" %}
@ -7,44 +7,4 @@
{% include "learning_path_mobile_view" %}
</div>
</main>
<style>
body {
background-image: url(https://s3.amazonaws.com/static.northpass.com/SPS/sps-background.gif);
}
.np-card-padding-large {
background: rgba(255, 255, 255, 0.5);
box-shadow: none;
}
.np-card-container,
.np-card-container-training-session {
background: rgba(255, 255, 255, 0.5);
border-radius: 4px;
box-shadow: none;
position: relative;
}
.np-learning-path-outline-icon {
align-self: center;
font-size: 40px;
color: #9b4b87;
}
.np-box-header {
height: 80px;
}
.np-powered-by {
background: none;
}
@media screen and (max-width: 835px) {
.col-sm-6 {
max-width: 45%;
}
.np-card-padding, .np-card-padding-dynamic {
padding-left: 0;
}
}
@media screen and (max-width: 765px) {
.np-box-header {
height: 60px;
}
}
</style>
{% include "footer" %}