Updated cin7 templates while Hubert was out, and downloaded all of Chubb's templates since something needed to be udpated. Ran a script for SPS Commerce to get all the courses.
This commit is contained in:
@ -20,22 +20,17 @@ body {
|
||||
.hero-text {
|
||||
font-family: 'Lora';
|
||||
}
|
||||
.np-header-desktop-nav {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
flex-grow: 0;
|
||||
}
|
||||
.np-header-desktop-nav-link {
|
||||
font-weight: 700;
|
||||
}
|
||||
.np-header-desktop-nav-link:hover {
|
||||
color: #002EFF;
|
||||
}
|
||||
.header-search-input {
|
||||
border: 3px solid #002e6e;
|
||||
border-radius: 8px;
|
||||
max-width: 150px;
|
||||
}
|
||||
.header-search-icon {
|
||||
font-weight: 800;
|
||||
}
|
||||
.note-desc {
|
||||
font-size: 1vw
|
||||
}
|
||||
@ -44,7 +39,7 @@ body {
|
||||
font-weight: 400;
|
||||
}
|
||||
.hero-homepage {
|
||||
background: url('https://s3.amazonaws.com/static.northpass.com/Cin7/Hero+image+swirl+1020x300+-+all+instances.png');
|
||||
background: linear-gradient(257.71deg, rgba(255, 255, 255, 0) 41.81%, #FFF 99.32%), url('https://s3.amazonaws.com/static.northpass.com/Cin7/1920x300.png');
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
padding: 5%;
|
||||
@ -161,12 +156,11 @@ body {
|
||||
text-decoration: none;
|
||||
font-weight: 700;
|
||||
white-space: nowrap;
|
||||
border: 1px solid #002f6f;
|
||||
border: none;
|
||||
}
|
||||
.lp-button:hover {
|
||||
background: none;
|
||||
border: 1px solid #002f6f;
|
||||
color: #002f6f;
|
||||
background: #05CBBF;
|
||||
color: #fff;
|
||||
}
|
||||
.lp-course-card {
|
||||
margin: 30px 0;
|
||||
@ -194,7 +188,7 @@ body {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.card {
|
||||
margin: 10px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.right-arrow {
|
||||
@ -242,6 +236,7 @@ body {
|
||||
text-decoration: none;
|
||||
}
|
||||
.events-container {
|
||||
display: flex;
|
||||
margin: 0 20px;
|
||||
}
|
||||
|
||||
@ -319,7 +314,6 @@ body {
|
||||
border-radius: 25px;
|
||||
text-decoration: none;
|
||||
font-weight: 700;
|
||||
border: 1px solid #002f6f;
|
||||
}
|
||||
.button-wrapper {
|
||||
display: flex;
|
||||
@ -329,7 +323,7 @@ body {
|
||||
.info {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
max-width: 350px;
|
||||
max-width: 400px;
|
||||
gap: 5%;
|
||||
}
|
||||
.info-wrapper {
|
||||
@ -355,14 +349,17 @@ body {
|
||||
}
|
||||
|
||||
.section-info {
|
||||
background: #f5f1ed;
|
||||
background: linear-gradient(257.71deg, rgba(255, 255, 255, 0) 41.81%, #FFFFFF 99.32%), #F2EDE8;
|
||||
}
|
||||
|
||||
.np-footer {
|
||||
background: url('https://s3.amazonaws.com/static.northpass.com/Cin7/Footer+background.png');
|
||||
background-size: cover;
|
||||
background-repeat: round;
|
||||
height: 25%;
|
||||
height: 28%;
|
||||
}
|
||||
.np-alert {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.footer-heading {
|
||||
@ -394,7 +391,7 @@ body {
|
||||
.np-footer-top {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items:flex-start;
|
||||
align-items:flex-start;
|
||||
}
|
||||
|
||||
.np-footer-navigation-list {
|
||||
@ -445,6 +442,7 @@ body {
|
||||
}
|
||||
.category-card {
|
||||
text-decoration: none;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.page-content {
|
||||
@ -453,8 +451,7 @@ body {
|
||||
|
||||
.catalog-btn:hover {
|
||||
background: #05CBBF;
|
||||
border: 1px solid #002f6f;
|
||||
color: #002f6f;
|
||||
color: #fff;
|
||||
|
||||
}
|
||||
.info-section-padding {
|
||||
@ -479,14 +476,14 @@ body {
|
||||
background: #f8f5f2;
|
||||
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 {
|
||||
@ -497,6 +494,16 @@ body {
|
||||
font-weight: 500;
|
||||
color: #002f6f;
|
||||
}
|
||||
.recommended {
|
||||
margin-top: 10px;
|
||||
color: #000000b5;
|
||||
}
|
||||
.np-header-desktop-nav-list {
|
||||
justify-content: end;
|
||||
}
|
||||
.event-card {
|
||||
max-width: 330px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.hero-text {
|
||||
@ -521,14 +528,13 @@ body {
|
||||
padding: 0;
|
||||
margin: 10px;
|
||||
}
|
||||
.catalog-container {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
.events-container {
|
||||
justify-content: center;
|
||||
}
|
||||
.filter-container {
|
||||
width: 100%;
|
||||
.dropdown {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
position: relative;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.catalog-content-wrapper {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user