Datasnipper nav and page updates. Supplier sub nav color updates. nTransit added SVGs icons for their categories.

This commit is contained in:
Norm Rasmussen
2024-09-27 15:04:33 -04:00
parent c61c1e4410
commit 14a3266b89
123 changed files with 3644 additions and 120 deletions

View File

@ -76,6 +76,43 @@ body {
color: #fff;
}
.np-sub-navigation {
background-color: #041E42 !important;
padding: 25px 0 0 0;
margin: 0 0 0 0;
}
.np-sub-navigation-content-item-link {
height: 15px;
}
.np-sub-navigation-content-item-inactive {
--np-button-color: #ffffff !important;
--np-button-font-color: #ffffff !important;
color: #ffffff !important;
}
.np-sub-navigation-content-item-inactive
.np-sub-navigation-content-item-link {
color: #ffffff;
}
.np-sub-navigation-content-item-inactive
.np-sub-navigation-content-item-icon {
color: #ffffff;
}
.np-sub-navigation-content-item-active
.np-sub-navigation-content-item-link {
color: #FFC220;
}
.np-sub-navigation-content-item-active {
--np-button-color: #FFC220 !important;
--np-button-font-color: #FFC220 !important;
color: #FFC220 !important;
}
.feature-lp-card {
text-decoration: none;
}
@ -172,4 +209,7 @@ section {
}
.np-content-categories-content-item {
margin-bottom: 12px;
}
}
.np-zero-state-text {
color: #fff;
}