39 lines
813 B
Plaintext
39 lines
813 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 }}
|
|
*/
|
|
|
|
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;
|
|
} |