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

@ -10,12 +10,30 @@
{{ color_palette.header_color }}
*/
.np-subpage-container {
padding:80px 4% 184px;
}
.np-max-width {
justify-content:space-between;
margin:auto;
max-width: none;
}
body, .np-dashboard, .np-learning-paths {
background: #fff;
}
.card-description {
margin-top: 30px;
color: #606060;
font-weight: bold;
font-size: 18px;
}
.np-learning-path-image {
object-fit: contain;
width: 100%;
margin: 15px;
border-radius: 12px;
}
.lp-card-image-wrapper {
width: 50%;
display: flex;
align-items: center;
}
.np-learning-paths .np-learning-path-image {
width: 100%;
min-height: 0;
align-self: center;
}