Pipeline copy changes, notes and todos. G2 templates for their launch. Scripting work.

This commit is contained in:
Norm Rasmussen
2023-06-13 18:28:15 -04:00
parent 9e8d128fa5
commit 1a6b3a630c
103 changed files with 1214 additions and 156 deletions

View File

@ -53,6 +53,12 @@ body {
font-family: "Lexend", "Roboto", sans-serif;
}
body.lang-es .lang-en {
display: none;
}
body.lang-en .lang-es {
display: none !important;
}
div {
color: #fff;
}
@ -419,7 +425,7 @@ div {
.np-training-session-tile-icon,
.np-training-session .np-top-vocabulary .np-training-session-icon,
.np-button-color.np-training-session-icon {
.np-training-session-icon {
color: #2bb24c;
}
.np-training-session-tile-chevron {
@ -616,6 +622,7 @@ div {
.np-footer-social-links-icon.np-button-color,
.np-footer-support-link.np-button-color {
color: #2bb24c;
margin: 0;
}
.np-footer-support-item {
color: rgba(255, 255, 255, 0.5);
@ -738,6 +745,9 @@ button.jryxug {
}
.np-card-content-footer {
margin-top: 1.2rem;
display: flex;
justify-content: center;
align-items: center;
}
.np-card-content-footer .np-button {
width: 100%;
@ -1245,7 +1255,7 @@ button.jryxug {
.np-carousel .slick-arrow:before {
position: absolute;
width: 80px;
width: 30px;
z-index: 500;
display: flex;
height: 100%;
@ -1754,6 +1764,7 @@ button.jryxug {
.np-featured-course-img-container {
width: 40%;
}
}
@media (min-width: 1200px) {
@ -1762,7 +1773,37 @@ button.jryxug {
}
}
/* northpass academy */
@media (max-width: 900px) {
.image-top-course-styling {
margin-bottom: 0 !important;
}
.np-course-banner, .np-top-image-spacing {
margin-bottom: 0 !important;
}
.np-top-cta {
margin-top: 0;
border-radius: 0 0 8px 8px !important;
}
.np-course-banner-image {
border-radius: 8px 8px 0 0 !important;
}
.np-course-title {
font-size: 1.1rem !important;
}
.np-card-training-session-date-day {
margin-right: 1rem;
}
.p-quote-author-info-1, .p-quote-author-info-2, .p-quote-author-info-3 {
font-size: 3.5vw !important;
}
.np-course-details {
position: relative;
top: 15px;
}
}
/* northpass academy spanish styling*/
.full-star {
color: #089fb7;
}
@ -1770,3 +1811,32 @@ button.jryxug {
color: #089fb7;
opacity: 0.25;
}
.p-quote-author-info-1, .p-quote-author-info-2, .p-quote-author-info-3 {
font-weight: 500;
opacity: 0.5;
font-size: 0.8vw;
}
.np-button-color {
margin-top: 8px;
}
.np-card-content-footer-left {
display: block !important;
}
.np-card-content-title {
margin-bottom: 1rem;
}
.lp-cta-button {
background: linear-gradient(90deg, #089FB7 0%, #15824B 100%);
border-radius: 8px;
}
/* Translation */