Ton of updates to Cin7's academy. Notes for Artera, SPS, and Walmart. Re-downloaded the final CSV parser.
This commit is contained in:
@ -85,9 +85,9 @@ body {
|
||||
color: #002f6f;
|
||||
font-size: 1.25rem;
|
||||
margin: 0;
|
||||
height: 46px;
|
||||
}
|
||||
.course-time {
|
||||
margin-top: 15px;
|
||||
color: #000000b5;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -96,6 +96,7 @@ body {
|
||||
.course-desc {
|
||||
margin-top: 15px;
|
||||
color: #002f6f;
|
||||
height: 60px;
|
||||
}
|
||||
.lp-link {
|
||||
text-decoration: none;
|
||||
@ -188,7 +189,7 @@ body {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.card {
|
||||
margin: 10px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.right-arrow {
|
||||
@ -391,7 +392,7 @@ body {
|
||||
.np-footer-top {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items:flex-start;
|
||||
align-items:flex-start;
|
||||
}
|
||||
|
||||
.np-footer-navigation-list {
|
||||
@ -473,31 +474,28 @@ body {
|
||||
width: 60%;
|
||||
}
|
||||
.card-badge {
|
||||
background: #f8f5f2;
|
||||
background: #FFFFFF;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 2rem;
|
||||
padding: 2rem;
|
||||
border-radius: 20px 20px 0 0;
|
||||
}
|
||||
.card-category {
|
||||
background: #002f6f;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 2rem;
|
||||
padding: 2rem;
|
||||
border-radius: 20px 20px 0 0;
|
||||
}
|
||||
.card-content-badge {
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
}
|
||||
.completed-courses {
|
||||
margin-top: 10px;
|
||||
font-weight: 500;
|
||||
color: #002f6f;
|
||||
}
|
||||
.recommended {
|
||||
margin-top: 10px;
|
||||
color: #000000b5;
|
||||
}
|
||||
.np-header-desktop-nav-list {
|
||||
justify-content: end;
|
||||
}
|
||||
@ -506,9 +504,28 @@ body {
|
||||
}
|
||||
.recommended
|
||||
{
|
||||
font-weight: 600;
|
||||
color: #002f6f;
|
||||
color: #000000b5;
|
||||
}
|
||||
|
||||
.card-type
|
||||
{
|
||||
color: #000000b5;
|
||||
text-align: end;
|
||||
margin-bottom: 10px;
|
||||
font-size: 0.85rem;
|
||||
font-weight: 600;
|
||||
opacity: 0.75;
|
||||
}
|
||||
.course-details {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-top: 15px;
|
||||
gap: 10px
|
||||
}
|
||||
|
||||
.card:hover {
|
||||
transform: translateY(-0.125rem);
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
@ -543,4 +560,4 @@ body {
|
||||
position: relative;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user