50 lines
916 B
Plaintext
50 lines
916 B
Plaintext
/*
|
|
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;
|
|
}
|
|
}
|
|
|
|
.np-homepage-hero-content {
|
|
padding: 36px 24px;
|
|
position: absolute;
|
|
width: 50%;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: end;
|
|
align-items: flex-end;
|
|
margin-left: 500px;
|
|
}
|