Fixed Suppliers style file and ran the Chubb script.

This commit is contained in:
Norm Rasmussen
2025-12-11 17:38:36 -05:00
parent 3187943aff
commit 7741634b94
3 changed files with 14 additions and 11 deletions

View File

@ -78,7 +78,7 @@
src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Black_Italic.OTF); src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Black_Italic.OTF);
font-weight: 900; font-weight: 900;
font-style: italic; font-style: italic;
}
body, body,
html { html {
@ -92,7 +92,7 @@ body {
.homepage-hero-image { .homepage-hero-image {
width: 100%; width: 100%;
} }
.np-homepage-featured .np-homepage-headline, .np-homepage-featured .np-homepage-subheadline, .np-resource-title, .np-dashboard-resources-title, .np-dashboard-resources-category, .np-resource-subtitle, .np-search .np-resource-subtitle-number{ .np-homepage-featured .np-homepage-headline, .np-homepage-featured .np-homepage-subheadline, .np-resource-title, .np-dashboard-resources-title, .np-dashboard-resources-category, .np-resource-subtitle, .np-search .np-resource-subtitle-number {
color: #fff; color: #fff;
} }
@ -144,9 +144,11 @@ body {
font-size: 30px; font-size: 30px;
font-weight: 600; font-weight: 600;
} }
.text-container { .text-container {
margin-bottom: 20px; margin-bottom: 20px;
} }
section { section {
padding: 30px 20px; padding: 30px 20px;
} }
@ -168,6 +170,7 @@ section {
.np-learning-paths { .np-learning-paths {
background: #001E60; background: #001E60;
} }
.np-card-header-icon, .np-card-header-type, .np-learning-path-items-count { .np-card-header-icon, .np-card-header-type, .np-learning-path-items-count {
color: #041141; color: #041141;
} }

View File

@ -11,7 +11,7 @@ HEADERS = {
"X-Api-Key": APIKEY, "X-Api-Key": APIKEY,
} }
BASEURL = "https://api.northpass.com/v2/" BASEURL = "https://api.northpass.com/v2/"
IMPORTFILE = "/Users/normrasmussen/Downloads/cisa-112525.csv" IMPORTFILE = "/Users/normrasmussen/Downloads/CISA OLC users 112425-120525.csv"
def bulk_invite_and_group(): def bulk_invite_and_group():