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:
@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user