JNJ Updated Templates

This commit is contained in:
Norm Rasmussen
2022-04-14 09:56:07 -04:00
parent 902a608f99
commit a3290eef6c
12 changed files with 369 additions and 39 deletions

View File

@ -199,7 +199,7 @@ body {
}
.np-homepage-featured .np-homepage-headline,
.np-homepage-featured .np-homepage-subheadline {
color: #fff;
color: #4f4f4f;
}
.np-homepage-hero .np-homepage-headline {
@ -583,16 +583,13 @@ body {
/*
3.3 - FOOTER
*/
.np-footer {
/* .np-footer {
background: #002532 !important;
}
.np-footer + .np-powered-by {
background: #002532 !important;
}
} */
.np-footer-support-item {
color: rgba(255, 255, 255, 0.5);
}
/*
3.4 - BUTTONS
@ -619,13 +616,13 @@ body {
.np-button.np-top-button {
border-radius:40px;
border:1px solid #006161;
border:1px solid #009999;
transition:background-color 0.1s;
}
.np-button.np-top-button:hover {
background-color:transparent;
color:#006161;
color:#009999;
}
button.enwYlE,
@ -781,19 +778,13 @@ button.jryxug {
z-index: 2;
}
.np-learning-paths .np-card-content-description {
color: #fff;
}
.np-learning-path .np-card-content-title {
color: #fff;
flex: 2;
}
.np-learning-paths .np-learning-path .np-card-content-title {
flex: none;
}
.np-learning-path .np-card-content-progress {
color: #2bb24c;
}
.np-learning-path .np-card-content-footer .np-button {
width: auto;
}
@ -1096,7 +1087,7 @@ button.jryxug {
.np-course-outline-content-activity-icon,
.np-course-outline-content-activity-title {
color: rgba(255, 255, 255, 0.5);
color: rgba(255, 0, 51, 0.7);
font-size: 0.937rem;
padding: 0.15rem 1.25rem 0 0.75rem;
}
@ -1119,7 +1110,7 @@ button.jryxug {
position: absolute;
width: 16px;
height: 2px;
background-color: #006161;
background-color: rgba(255, 0, 51, 0.7);
left: 0;
top: 5px;
}
@ -1584,6 +1575,10 @@ button.jryxug {
3.19 - HOMEPAGE SECTION - FAQ
*/
.np-homepage-featured.np-faq .np-homepage-headline {
color: #212121;
}
.np-faq {
margin-bottom: 3rem;
}
@ -1592,14 +1587,13 @@ button.jryxug {
}
.accordion-btn {
background-color: #555269;
color: #fff;
color: #212121;
background:#f4f4f4;
cursor: pointer;
width: 100%;
min-height: 76px;
min-height: 77px;
padding: 0 18px 0 92px;
text-align: left;
border: none;
outline: none;
transition: 0.4s;
position: relative;
@ -1610,7 +1604,7 @@ button.jryxug {
.fa-plus,
.fa-minus {
background: linear-gradient(90deg, #006161 0%, #006161 100%);
background: #cc0033;
font-size: 2.5rem;
color: #fff;
position: absolute;
@ -1635,26 +1629,28 @@ button.jryxug {
}
.accordion-panel-content p {
margin-top: 0;
color:#212121;
}
.accordion-panel-content:before {
content: "";
width: 75px;
height: 1px;
background: #2bb24c;
background: #cc0033;
position: absolute;
top: 0;
left: 18px;
}
.accordion-panel {
background-color: #555269;
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease-out;
margin-left: 76px;
background:#f4f4f4;
}
@media (min-width: 768px) {
.np-faqs {
margin: 0 4.0625rem;