Made some changes to templates (oops). But mostly working on Spark help menu/context aware calls that aren't working as expected.

This commit is contained in:
Norm Rasmussen
2025-08-20 15:17:29 -04:00
parent 564362fc50
commit b52e7cfac1
4 changed files with 90 additions and 54 deletions

View File

@ -14,7 +14,7 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
html > body,
.np-dashboard.np-dashboard,
.np-dashboard.np-dashboard,
.np-learning-paths.np-learning-paths {
background: #f8f8f8;
}
@ -77,4 +77,4 @@ body *:not(i) {
.np-card-container {
box-shadow: 0px 0px 16px 0 rgb(161 171 171 / 45%);
}
}

View File

@ -12,7 +12,7 @@
/*
1.0 GLOBAL SYLING
1.0 GLOBAL SYLING
*/
body {
background: #fff;
@ -70,7 +70,7 @@ div {
.np-dashboard-border {
background: transparent;
}
.np-dashboard-border .np-card-content,
@ -174,22 +174,22 @@ div {
flex:1;
}
/*
/*
2.0 - CAROUSEL STYLES
*/
.carousel-header-container {
.carousel-header-container {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 2rem;
}
}
@media (min-width: 768px) {
.carousel-header-container {
.carousel-header-container {
margin-left: 20px;
margin-right: 20px;
}
}
.row .np-card {
padding: 0 12px;
}
@ -314,8 +314,8 @@ div {
}
}
/*
2.1 - HOMEPAGE
/*
2.1 - HOMEPAGE
*/
.np-homepage-hero .np-homepage-headline {
@ -351,8 +351,8 @@ div {
}
}
/*
2.4 - COURSE COVER PAGE
/*
2.4 - COURSE COVER PAGE
*/
#course-desktop .np-course-content {
background: #fff;
@ -409,8 +409,8 @@ div {
border-radius: 0px;
}
/*
2.7 - LEARNING PATH COVER PAGE
/*
2.7 - LEARNING PATH COVER PAGE
*/
.np-learning-path-outline-inactive-item {
@ -441,7 +441,7 @@ div {
}
/*
/*
3.1 - HEADER
*/
@ -461,7 +461,7 @@ div {
}
}
/*
/*
3.3 - FOOTER
*/
.np-footer {
@ -479,8 +479,8 @@ div {
color: #000;
}
/*
3.4 - BUTTONS
/*
3.4 - BUTTONS
*/
.np-button {
@ -555,7 +555,7 @@ button.jryxug {
}
}
/*
/*
3.6 - COURSE CARD
*/
.np-card-container {
@ -626,8 +626,8 @@ button.jryxug {
}
}
/*
3.7 - LEARNING PATH CARD
/*
3.7 - LEARNING PATH CARD
*/
.np-card .np-card-container .np-learning-path {
@ -696,7 +696,7 @@ button.jryxug {
}
}
/*
/*
3.8 - TRAINING EVENTS CARD
*/
@ -805,8 +805,8 @@ button.jryxug {
}
/*
3.9 - COURSE BANNER
/*
3.9 - COURSE BANNER
*/
.np-course-banner {
margin-bottom: 20px;
@ -914,7 +914,7 @@ button.jryxug {
}
/*
3.11 - COURSE PROGRESS & CTA
3.11 - COURSE PROGRESS & CTA
*/
.np-card-progress-bar-container,
.np-progress-bar-container {
@ -1270,16 +1270,16 @@ button.jryxug {
.welcome-text-container-black {
padding-top: 2rem;
}
.course-carousel-title {
font-size: 25px;
}
.bolder-headline {
font-weight: 800 !important;
font-size: 25px;
}
.subtitle {
color: black;
opacity: 1;
@ -1353,7 +1353,7 @@ button.jryxug {
}
.black-bottom {
background: black;
background: black;
}
.carousel-heading-text {
font-size: 2rem;
@ -1388,7 +1388,7 @@ button.jryxug {
.np-carousel .slick-arrow.fa-chevron-left {
left: -22px;
}
.activities, .np-course-details {
text-align: center;
}
@ -1426,4 +1426,4 @@ button.jryxug {
.np-card-training-sessions {
justify-content: flex-end;
}
}