60 lines
1.3 KiB
Plaintext
60 lines
1.3 KiB
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 }}
|
|
*/
|
|
|
|
h1 {
|
|
margin: 0;
|
|
}
|
|
|
|
@media screen and (min-width: 768px) {
|
|
.np-resource-title {
|
|
margin-bottom: 0px;
|
|
background: #62769e;
|
|
color: #fff;
|
|
padding: 1rem 1.5rem;
|
|
}
|
|
.np-resource-subtitle {
|
|
padding: 0;
|
|
background: #62769e;
|
|
color: #fff;
|
|
padding: 0.5rem 1.5rem;
|
|
}
|
|
.np-learning-paths-main {
|
|
background: #fff;
|
|
}
|
|
.np-learning-path {
|
|
display: initial;
|
|
}
|
|
.np-learning-path-image {
|
|
width: 100% !important;
|
|
min-height: unset !important;
|
|
}
|
|
.lp-row, .courses-index {
|
|
margin-right: 0!important;
|
|
margin-left: 0!important;
|
|
}
|
|
.lp-card {
|
|
padding: 1.5rem !important;
|
|
}
|
|
.courses-index {
|
|
background: #fff;
|
|
padding-top: 2rem;
|
|
}
|
|
.np-resource-subtitle {
|
|
margin-bottom: 0px;
|
|
}
|
|
.lp-row {
|
|
background: #fff;
|
|
}
|
|
.mb-3 {
|
|
margin-bottom: 3rem;
|
|
}
|
|
} |