102 lines
2.5 KiB
Plaintext
102 lines
2.5 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 {
|
|
color: #010063;
|
|
font-family: "Manrope", sans-serif;
|
|
}
|
|
.np-card {
|
|
height: 100%;
|
|
}
|
|
.category-heading {
|
|
background-color: #0A23F5;
|
|
padding: 20px 10px;
|
|
margin-bottom: 15px;
|
|
width: 100%;
|
|
cursor: pointer;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
color: #fff;
|
|
font-size: 2rem;
|
|
}
|
|
.course-time-container {
|
|
margin-top: 20px;
|
|
}
|
|
.overview-logo {
|
|
width: 40px;
|
|
margin-left: 10px;
|
|
}
|
|
.np-card-ribbon {
|
|
background: #010063;
|
|
color: #fff;
|
|
padding: 5px 10px;
|
|
border-radius: 5px;
|
|
font-size: 15px;
|
|
}
|
|
.np-duration {
|
|
color: #010063;
|
|
}
|
|
.np-resource-title, .np-card-content-subtitle, .np-card-header-type, .np-learning-path-items-count, .np-top-title, .np-learning-path-outline-name, .np-top-vocabulary {
|
|
color: #010063;
|
|
}
|
|
.np-card-content-title, .np-card-content-title, .np-card-content-progress, .np-card-training-session-date-day, .np-card-training-session-date-month, .np-card-training-session-date-year, .np-card-content-label {
|
|
color: #010063;
|
|
}
|
|
.np-card-content-description, .np-card-content-description p, .np-card-content-description li {
|
|
color: #010063 !important;
|
|
}
|
|
.np-alert-info {
|
|
background: #010063;
|
|
color: #fff;
|
|
}
|
|
.np-course-version-outdated-popup-trigger {
|
|
color: #0024ff;
|
|
}
|
|
.training-session-time-container {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.np-card-content-progress, .np-top-vocabulary, .np-top-cta-progress-text, .np-card-header-type, .np-text-titl, .np-learning-path-outline-progress, .np-card-training-session-date-month {
|
|
text-transform: none;
|
|
}
|
|
.np-card-training-session-date {
|
|
gap: 20px;
|
|
}
|
|
.event-btn {
|
|
background: rgb(0, 36, 255);
|
|
color: #fff;
|
|
border-radius: 4px;
|
|
padding: 15px 20px;
|
|
font-weight:700;
|
|
font-size: 17px;
|
|
text-decoration: none;
|
|
border: none;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
width: 100%;
|
|
}
|
|
.event-btn-container form {
|
|
width: 100%;
|
|
}
|
|
.event-btn-container {
|
|
display: flex;
|
|
}
|
|
.np-card-content-training-event {
|
|
justify-content: end;
|
|
}
|
|
.card-training-sessions-bts-container {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-direction: column;
|
|
gap: 20px;
|
|
margin-bottom: 25px;
|
|
} |