backedup cin7 templates. Cloned more courses. Domains to csv for anthology was completed. new GAS script for cin7 courses within a google sheet.

This commit is contained in:
Norm Rasmussen
2024-03-26 17:28:59 -04:00
parent 299fda0696
commit 30f5cfd5e4
30 changed files with 640 additions and 56 deletions

View File

@ -134,7 +134,11 @@ body {
.card-image {
position: relative;
}
.np-optional-ribbon {
background: #05CBBF;
color: #fff;
}
.np-card-ribbon {
top: 0;
right: 0;
@ -143,6 +147,7 @@ body {
font-size: 0.85rem;
font-weight: 600;
padding: 5px 12.5px;
background: #05CBBF;
}
.lp-progress-text {
@ -302,6 +307,8 @@ body {
.np-learning-path-image {
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
width: 100% !important;
height: 100%;
}
.card-content {
background: #fff;
@ -528,6 +535,15 @@ body {
transform: translateY(-0.125rem);
}
.card-category-core {
background: none;
padding: 0;
}
.card-category-image-core {
width: 100%;
border-radius: 20px 20px 0 0;
}
@media only screen and (max-width: 768px) {
.hero-text {
font-size: 2.5rem;
@ -561,3 +577,21 @@ body {
margin-bottom: 20px;
}
}
.core-category-wrapper {
display: flex;
flex-direction: column;
height: 100%;
}
.course-desc-category-core {
margin-top: 15px;
color: #002f6f;
height: 100%;
display: flex;
align-items: end;
}
.card-content-core {
display: flex;
flex-direction: column;
justify-content: space-between;
}