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);
font-weight: 900;
font-style: italic;
}
body,
html {
@ -92,7 +92,7 @@ body {
.homepage-hero-image {
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;
}
@ -144,9 +144,11 @@ body {
font-size: 30px;
font-weight: 600;
}
.text-container {
margin-bottom: 20px;
}
section {
padding: 30px 20px;
}
@ -168,6 +170,7 @@ section {
.np-learning-paths {
background: #001E60;
}
.np-card-header-icon, .np-card-header-type, .np-learning-path-items-count {
color: #041141;
}
@ -285,8 +288,8 @@ height: 20px;
.filter-content {
position: absolute;
top: 100%;
width: 250px;
top: 100%;
width: 250px;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
@ -295,7 +298,7 @@ height: 20px;
gap: 10px;
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease, width 0.4s ease;
transition: max-height 0.4s ease, width 0.4s ease;
z-index: 111;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
padding: 5px;
@ -321,8 +324,8 @@ height: 20px;
.filter-active .filter-content {
display: flex;
max-height: 500px;
width: 250px;
max-height: 500px;
width: 250px;
}
.card-course-container {
margin-bottom: 20px;
@ -397,7 +400,7 @@ height: 20px;
color: #fff;
}
.yellow-text {
color: #ffc121 !important;
color: #ffc121 !important;
}
.green-text {
color: #00bf63;
@ -423,7 +426,7 @@ height: 20px;
}
.get-started-list {
padding: 15px;
}
}
.get-started-item {
font-size: 17px;
}
@ -454,4 +457,4 @@ height: 20px;
.np-header-logo-image {
height: 20px;
}
}
}