Files
Gainsight/Custom_Templates/customer_templates/Cin7 External Backup/styles.css.liquid

597 lines
10 KiB
Plaintext

/*
Put your custom overlay styles in here
You can use your northpass color palette in this file
{{ color_palette.button_font_color }}
{{ color_palette.button_color }}
{{ color_palette.button_hover_color }}
{{ color_palette.header_font_color }}
{{ color_palette.header_font_hover_color }}
{{ color_palette.header_color }}
*/
body {
font-family: "Inter", sans-serif;
background: #fff;
}
.lora {
font-family: 'Lora';
}
.hero-text {
font-family: 'Lora';
}
.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;
}
.note-desc {
font-size: 1vw
}
.hero-text {
font-size: 3.5rem;
font-weight: 400;
}
.hero-homepage {
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%;
color: #002f6f;
}
.hero-subheading {
margin-top: 2%;
font-size: 1.25rem;
}
.np-sub-navigation-content-item-active {
background: #002f6f !important;
}
.np-sub-navigation-content-item-link {
display: flex;
justify-content: center;
background: #05cbbf;
color: #fff;
padding: 15px;
border-radius: 8px;
font-weight: 700;
}
.sub-navigation {
background: #fff;
padding: 1rem 0;
}
.np-sub-navigation-content-item {
margin: 0 15px;
}
.info-icon {
width: 125px;
object-fit: cover;
}
.card {
border-radius: 25px;
background: #fff;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.learning-path-card-image {
width: 100%;
border-radius: 20px 20px 0 0;
}
.card-content-title {
color: #002f6f;
font-size: 1.25rem;
margin: 0;
height: 46px;
}
.course-time {
color: #000000b5;
display: flex;
align-items: center;
gap: 10px
}
.course-desc {
margin-top: 15px;
color: #002f6f;
height: 60px;
}
.lp-link {
text-decoration: none;
}
.slick-track {
margin-left: 0 !important;
margin-right: 0 !important;
}
.section-lp {
background: #dde9fe;
}
.heading {
font-size: 2.5rem;
color: #002f6f;
padding: 2rem 0;
font-weight: 600;
}
.section {
padding: 1rem 0;
}
.section-featured {
background: #fff;
}
.np-top-cta {
background: #fff;
border-radius: 20px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
display: flex;
justify-content: space-between;
align-items: center;
}
.card-image {
position: relative;
}
.np-optional-ribbon {
background: #05CBBF;
color: #fff;
}
.np-card-ribbon {
top: 0;
right: 0;
border-radius: 0 20px;
text-transform: none;
font-size: 0.85rem;
font-weight: 600;
padding: 5px 12.5px;
background: #05CBBF;
}
.lp-progress-text {
font-weight: 700;
font-size: 1.5rem;
}
.lp-button {
background: #002f6f;
color: #fff;
padding: 15px 25px;
border-radius: 25px;
text-decoration: none;
font-weight: 700;
white-space: nowrap;
border: none;
}
.lp-button:hover {
background: #05CBBF;
color: #fff;
}
.lp-course-card {
margin: 30px 0;
background: #fff;
border-radius: 20px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.learning-path-outline-content {
display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
}
.learning-path-outline-progress {
font-weight: 600;
}
.lp-desktop-wrapper {
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;
}
.card {
margin: 10px;
}
.right-arrow {
position: absolute;
bottom: -30px;
padding-left: 50px;
cursor: pointer;
right: 10px;
font-size: 1.5rem;
}
.left-arrow {
position: absolute;
bottom: -30px;
z-index: 1;
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: 600;
margin-left: 2rem;
}
.my-learning-paths {
background: #fff;
}
.my-courses {
background: #dde9fe;
}
.my-events {
background: #4d98ff;
}
.events {
background: #fff;
}
.card-container {
text-decoration: none;
}
.events-container {
display: flex;
margin: 0 20px;
}
.catalog-button {
display: flex;
justify-content: center;
background: #002f6f;
color: #fff;
padding: 15px;
border-radius: 8px;
font-weight: 700;
text-decoration: none;
}
.catalog-button-container {
display: flex;
justify-content: flex-end;
}
.hero-catalog-category {
background: #f2ede8;
padding: 5% 20px;
}
.hero-text-catalog-category {
color: #002f6f;
font-size: 3.5rem;
font-weight: 700;
}
.card-learning-path-desktop {
border-radius: 40px;
}
.image-learning-path-desktop {
border-radius: 40px;
}
.category-wrapper {
}
.category-container {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.category-link {
text-decoration: none;
font-size: 1.5rem;
font-weight: 500;
color: #002f6f;
background: #fff;
border: 3px solid;
border-radius: 20px;
padding: 2rem;
max-width: 1000px;
width: 100%;
margin: 10px 0;
}
.category-container {
margin: 20px 0;
}
.np-card-container {
border-radius: 25px;
box-shadow: none;
}
.np-learning-path-image {
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
width: 100% !important;
height: 100%;
}
.card-content {
background: #fff;
border-radius: 0 0 25px 25px;
padding: 1.5rem;
}
.catalog-btn {
background: #002f6f;
color: #fff;
padding: 15px 25px;
border-radius: 25px;
text-decoration: none;
font-weight: 700;
}
.button-wrapper {
display: flex;
justify-content: center;
padding: 2.5% 0;
}
.info {
display: flex;
align-items: center;
max-width: 400px;
gap: 5%;
}
.info-wrapper {
display: flex;
gap: 20px;
justify-content: space-between;
flex-wrap: wrap;
}
.info-heading {
color: #002f6f;
font-weight: 600;
font-size: 1.25rem;
}
.info-desc {
color: #002f6f;
font-size: 1rem;
margin-top: 5px;
}
.np-footer-logo-image {
filter: none;
opacity: 1;
}
.section-info {
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: 28%;
}
.np-alert {
display: none;
}
.footer-heading {
font-size: 1.25rem;
color: #fff;
font-weight: 700;
border-bottom: 1px solid #fff;
padding: 10px 0;
width: 150px;
}
.np-footer-navigation-link {
color: #fff;
font-weight: 500;
}
.info-section-heading {
padding: 5% 0;
font-weight: 400;
}
.section-content-info {
padding-bottom: 5%;
}
.info-content {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
.np-footer-top {
display: flex;
flex-direction: row;
align-items:flex-start;
}
.np-footer-navigation-list {
flex-direction: column;
gap: 10px;
align-items: flex-start;
}
.np-footer-navigation-link {
padding: 10px 0;
}
.np-footer-navigation {
min-height: 52px;
display: flex;
width: 100%;
justify-content: end;
padding: 0 5%;
}
.np-learning-path-outline-name {
font-weight: 600;
}
.np-top-image {
border-radius: 25px;
}
.content-lp-card-padding {
padding: 25px;
}
.np-card-heading, .np-learning-path-outline-name {
color: #002f6f;
}
.np-card-text {
color: #002f6f;
}
.np-learning-path {
border-radius: 25px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.np-learning-paths {
background: #fff;
}
.lp-heading {
font-size: 2.5rem;
color: #002f6f;
padding: 3rem 2rem;
font-weight: 500;
}
.category-card {
text-decoration: none;
height: auto !important;
}
.page-content {
margin: 20px;
}
.catalog-btn:hover {
background: #05CBBF;
color: #fff;
}
.info-section-padding {
padding: 0 20px;
}
.zero-state-wrapper {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.zero-button-wrapper {
display: flex;
}
.zero-img {
max-width: 400px;
}
.badge-card-image {
width: 60%;
}
.card-badge {
background: #FFFFFF;
display: flex;
justify-content: center;
padding: 2rem;
border-radius: 20px 20px 0 0;
}
.card-category {
background: #002f6f;
display: flex;
justify-content: center;
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;
}
.np-header-desktop-nav-list {
justify-content: end;
}
.event-card {
max-width: 330px;
}
.recommended
{
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);
}
.card-category-core {
background: none;
padding: 0;
}
.card-category-image-core {
width: 100%;
border-radius: 20px 20px 0 0;
}
@media only screen and (max-width: 768px) {
.hero-text {
font-size: 2.5rem;
}
.hero-subheading {
font-size: 1rem;
}
.heading, .heading-dashboard {
font-size: 2rem;
}
.info-section-heading {
text-align: center;
}
.info-wrapper {
justify-content: center;
}
.np-footer-navigation {
justify-content: flex-start;
}
.np-footer-navigation-link {
padding: 0;
margin: 10px;
}
.events-container {
justify-content: center;
}
.dropdown {
display: flex;
justify-content: flex-start;
position: relative;
margin-bottom: 20px;
}
}
.core-category-wrapper {
display: flex;
flex-direction: column;
height: 100%;
}
.course-desc-category-core {
margin-top: 15px;
color: #002f6f;
height: 100%;
display: flex;
align-items: end;
}
.card-content-core {
display: flex;
flex-direction: column;
justify-content: space-between;
}