Walmart Supplier Sandbox templates. Updated prod templates too.

This commit is contained in:
Norm Rasmussen
2025-04-21 17:17:41 -04:00
parent 26fd2a9615
commit 17f7d10b04
185 changed files with 7784 additions and 85 deletions

View File

@ -69,7 +69,7 @@ html {
}
body {
background: #041e42;
background: #001E60;
}
.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{
@ -77,7 +77,7 @@ body {
}
.np-sub-navigation {
background-color: #041E42 !important;
background-color: #001e60 !important;
padding: 25px 0 0 0;
margin: 0 0 0 0;
}
@ -146,7 +146,7 @@ section {
}
.np-learning-paths {
background: #041e42;
background: #001E60;
}
.np-card-header-icon, .np-card-header-type, .np-learning-path-items-count {
color: #041141;
@ -156,7 +156,7 @@ section {
height: 100%;
}
.button-course {
background: #041141;
background: #001E60;
color: #fff;
text-decoration: none;
padding: 12.5px 25px;
@ -222,7 +222,7 @@ section {
color: #fff;
}
.search-input {
background: #041e42;
background: #001e60;
}
.slick-track {
display: flex !important;
@ -317,6 +317,15 @@ height: 20px;
.calendar-icon-event {
margin-bottom: 10px;
}
.white-text {
color: #fff;
}
.events-link {
text-decoration: none;
}
.events-link:hover {
text-decoration: underline;
}
@media only screen and (max-width: 1000px) {
.welcome-section-wrapper {
flex-direction: column;
@ -332,6 +341,9 @@ height: 20px;
.category-links-wrapper {
grid-template-columns: repeat(1, 1fr) !important;
}
.faq-wrapper {
grid-template-columns: repeat(1, 1fr) !important;
}
}
@media only screen and (max-width: 500px) {
.np-sub-navigation {