Backedup supplier's templates. GSU tests.

This commit is contained in:
Norm Rasmussen
2024-10-25 16:17:46 -04:00
parent 3626ead591
commit d93059e8c0
25 changed files with 803 additions and 65 deletions

View File

@ -153,6 +153,7 @@ section {
}
.card-course {
margin: 10px;
height: 100%;
}
.button-course {
background: #041141;
@ -178,6 +179,7 @@ section {
}
.slick-slider {
position: initial !important;
margin-bottom: 30px;
}
.slick-arrow {
position: absolute;
@ -213,3 +215,85 @@ section {
.np-zero-state-text {
color: #fff;
}
.np-learning-path-outline-name {
color: #fff;
}
.slick-track {
display: flex !important;
}
.slick-slide {
height: auto !important;
}
.carousel-filter-wrapper {
position: relative;
width: 100%;
color: #000;
border-radius: 4px;
display: flex;
justify-content: start;
margin-top: 20px;
}
.filter-checkbox {
width: 20px;
height: 20px;
}
.filter-container {
position: relative;
}
.filter {
background-color: #d9dfe2;
padding: 10px 20px;
cursor: pointer;
width: 100%;
text-align: center;
border-radius: 4px;
color: #305263;
font-size: 14px;
font-weight: 700;;
}
.filter-content {
position: absolute;
top: 100%;
width: 250px;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
display: none;
flex-direction: column;
gap: 10px;
max-height: 0;
overflow: hidden;
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;
margin-top: 5px;
}
.filter-option {
padding: 10px;
display: flex;
align-items: end;
gap: 10px;
}
.filter-active .filter-content {
display: flex;
max-height: 500px;
width: 250px;
}
.card-course-container {
margin-bottom: 20px;
}
.np-card-ribbon {
padding: 5px;
}
.lps-wrapper {
margin-top: 40px;
}
.np-footer-support-help, .np-footer-support-item {
color: #fff;
}