Re-edited HH templates to change the link back. Ran some scripts for cin7, courtney, and a few others. Downloaded GoGuardian templates to help Nergis.

This commit is contained in:
Norm Rasmussen
2024-01-08 16:41:01 -05:00
parent a5fe4bd2c8
commit bf9d065f3b
37 changed files with 1401 additions and 952 deletions

View File

@ -0,0 +1,38 @@
/*
Put your custom overlay styles in here
You can use your northpass color palette in this file
{{ color_palette.button_font_color }}
{{ color_palette.button_color }}
{{ color_palette.button_hover_color }}
{{ color_palette.header_font_color }}
{{ color_palette.header_font_hover_color }}
{{ color_palette.header_color }}
*/
.np-card {
padding: 12px !important;
}
.np-sub-navigation {
margin-bottom: 0px;
}
.training-session-lp {
margin-top: 1rem;
}
.webinar-outline {
margin-top: 0;
}
@media screen and (min-width: 768px) {
.lp-image {
width: 100%;
display: flex;
}
.np-learning-path-image {
object-fit: unset;
width: 100% !important;
}
.learning-path-image {
object-fit: contain;
}
}