New Cin7 templates. Anthology CSV updates.
This commit is contained in:
@ -119,8 +119,11 @@ body {
|
||||
|
||||
.np-top-cta {
|
||||
background: #fff;
|
||||
border: 3px solid #002e6e;
|
||||
border-radius: 20px;
|
||||
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.lp-progress-text {
|
||||
@ -128,30 +131,35 @@ body {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
.lp-button {
|
||||
background: #05cbbf;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
font-weight: 700;
|
||||
padding: 10px 25px;
|
||||
display: flex;
|
||||
border-radius: 8px;
|
||||
white-space: nowrap;
|
||||
background: #002f6f;
|
||||
color: #fff;
|
||||
padding: 15px 25px;
|
||||
border-radius: 25px;
|
||||
text-decoration: none;
|
||||
font-weight: 700;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.lp-course-card {
|
||||
margin: 15px 0;
|
||||
margin: 30px 0;
|
||||
background: #fff;
|
||||
border: 3px solid #002e6e;
|
||||
border-radius: 20px;
|
||||
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
|
||||
}
|
||||
.learning-path-outline-content {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
align-items: center;
|
||||
}
|
||||
.learning-path-outline-progress {
|
||||
font-weight: 600;
|
||||
}
|
||||
.lp-desktop-wrapper {
|
||||
padding: 15px 25px;
|
||||
padding: 25px;
|
||||
background: #fff;
|
||||
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
|
||||
border-radius: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.lp-progress-and-cta-wrapper {
|
||||
margin-top: 20px;
|
||||
@ -166,6 +174,7 @@ body {
|
||||
padding-left: 50px;
|
||||
cursor: pointer;
|
||||
right: 10px;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
.left-arrow {
|
||||
position: absolute;
|
||||
@ -174,13 +183,14 @@ body {
|
||||
padding-left: 10px;
|
||||
cursor: pointer;
|
||||
right: 40px;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
.heading-dashboard {
|
||||
text-align: left;
|
||||
font-size: 2.5rem;
|
||||
color: #002f6f;
|
||||
padding: 2rem 0;
|
||||
font-weight: 700;
|
||||
font-weight: 400;
|
||||
margin-left: 2rem;
|
||||
}
|
||||
|
||||
@ -313,7 +323,8 @@ body {
|
||||
}
|
||||
|
||||
.np-footer {
|
||||
background: #0f3a76;
|
||||
background: url('https://s3.amazonaws.com/static.northpass.com/Cin7/Footer+background.png');
|
||||
background-size: cover;
|
||||
}
|
||||
.np-footer-navigation-link {
|
||||
color: #fff;
|
||||
@ -329,13 +340,11 @@ body {
|
||||
width: 100%;
|
||||
justify-content: end;
|
||||
}
|
||||
|
||||
.np-learning-path-outline-inactive-item {
|
||||
border: 3px solid #002e6e;
|
||||
.np-learning-path-outline-name {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.np-top-image {
|
||||
max-width: 500px;
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
@ -349,17 +358,13 @@ body {
|
||||
color: #002f6f;
|
||||
}
|
||||
|
||||
.np-learning-paths {
|
||||
background: #dde9fe;
|
||||
}
|
||||
|
||||
.np-learning-path {
|
||||
border: 3px solid #002e6e;
|
||||
border-radius: 25px;
|
||||
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
|
||||
}
|
||||
.np-learning-paths {
|
||||
background: #fff;
|
||||
}
|
||||
.lp-header-container {
|
||||
background: #f2ede7;
|
||||
}
|
||||
.lp-heading {
|
||||
font-size: 2.5rem;
|
||||
color: #002f6f;
|
||||
|
||||
Reference in New Issue
Block a user