Final save before Thanksgiving holiday! Blacklane has been completed. Some small scripts were updates. Downloaded new - but error prone - SPS templates.

This commit is contained in:
Norm Rasmussen
2023-11-22 16:37:22 -05:00
parent be3cb15494
commit 7bc8b430be
33 changed files with 1705 additions and 71 deletions

View File

@ -0,0 +1,21 @@
/*
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-subpage-container {
padding:80px 4% 184px;
}
.np-max-width {
justify-content:space-between;
margin:auto;
max-width: none;
}