SPS' V3 templates. Updated Harri's templates too to update the workato endpoints.
This commit is contained in:
@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user