Backed up Walmart Supplier's templates. Downloaded BuilderTrend's as well as they have just been assigned to me.
This commit is contained in:
@ -183,7 +183,6 @@ section {
|
||||
}
|
||||
.slick-arrow {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
@ -194,6 +193,7 @@ section {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
top: -50px;
|
||||
}
|
||||
.slick-arrow.slick-disabled {
|
||||
opacity: 0.5;
|
||||
@ -221,6 +221,9 @@ section {
|
||||
.np-learning-path-outline-name-locked {
|
||||
color: #fff;
|
||||
}
|
||||
.search-input {
|
||||
background: #041e42;
|
||||
}
|
||||
.slick-track {
|
||||
display: flex !important;
|
||||
margin: 0 !important
|
||||
@ -284,6 +287,16 @@ height: 20px;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.np-training-session-time {
|
||||
color: #1b3e4f;
|
||||
}
|
||||
.np-training-session-cta-buttons {
|
||||
margin: 20px
|
||||
}
|
||||
.np-training-session-sessions-title {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.filter-active .filter-content {
|
||||
display: flex;
|
||||
max-height: 500px;
|
||||
@ -300,4 +313,31 @@ height: 20px;
|
||||
}
|
||||
.np-footer-support-help, .np-footer-support-item {
|
||||
color: #fff;
|
||||
}
|
||||
.calendar-icon-event {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
@media only screen and (max-width: 1000px) {
|
||||
.welcome-section-wrapper {
|
||||
flex-direction: column;
|
||||
}
|
||||
.category-links-wrapper {
|
||||
grid-template-columns: repeat(2, 1fr) !important;
|
||||
}
|
||||
.introduction {
|
||||
white-space: inherit !important;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 768px) {
|
||||
.category-links-wrapper {
|
||||
grid-template-columns: repeat(1, 1fr) !important;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 500px) {
|
||||
.np-sub-navigation {
|
||||
display: none;
|
||||
}
|
||||
.np-header-logo-image {
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user