Final save before Thanksgiving holiday! Blacklane has been completed. Some small scripts were updates. Downloaded new - but error prone - SPS templates.
This commit is contained in:
@ -0,0 +1,60 @@
|
||||
{% include "header_minimal" %}
|
||||
<main class="np-main np-max-width np-page-container">
|
||||
<div class="np-hidden-mobile" id="course-desktop">
|
||||
{% include "course_desktop_view" %}
|
||||
</div>
|
||||
<div class="np-hidden-desktop" id="course-mobile">
|
||||
{% include "course_mobile_view" %}
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<style>
|
||||
body {
|
||||
background-image: url(https://s3.amazonaws.com/static.northpass.com/SPS/sps-background.gif);
|
||||
}
|
||||
.np-card-padding-large {
|
||||
box-shadow: none;
|
||||
}
|
||||
.np-card-container,
|
||||
.np-card-container-training-session {
|
||||
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;
|
||||
}
|
||||
.np-card-container, .np-card-container-training-session {
|
||||
background: none;
|
||||
}
|
||||
.np-top-cta {
|
||||
background: rgba(229, 233, 235, 0.5);
|
||||
}
|
||||
.np-card-text {
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
.np-course-outline {
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
@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>
|
||||
Reference in New Issue
Block a user