New talkspace script. Added a bunch of templates as backup.

This commit is contained in:
Norm Rasmussen
2023-11-03 16:52:02 -04:00
parent 4d20bb39d2
commit 2912377102
23 changed files with 731 additions and 94 deletions

View File

@ -0,0 +1,60 @@
/*
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;
}
}