38 lines
722 B
Plaintext
38 lines
722 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;
|
|
}
|
|
} |