Datasnipper nav and page updates. Supplier sub nav color updates. nTransit added SVGs icons for their categories.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user