216 lines
4.2 KiB
Plaintext
216 lines
4.2 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 }}
|
|
*/
|
|
|
|
@font-face {
|
|
font-family: "Bogle";
|
|
src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Regular.OTF);
|
|
font-weight: 400;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Bogle";
|
|
src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Italic.OTF);
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Bogle";
|
|
src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Medium.otf);
|
|
font-weight: 500;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Bogle";
|
|
src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Medium_Italic.otf);
|
|
font-weight: 500;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Bogle";
|
|
src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Bold.OTF);
|
|
font-weight: 700;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Bogle";
|
|
src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Bold_Italic.OTF);
|
|
font-weight: 700;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Bogle";
|
|
src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Black.OTF);
|
|
font-weight: 900;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Bogle";
|
|
src: url(https://s3.amazonaws.com/static.northpass.com/fonts/Bogle_Black_Italic.OTF);
|
|
font-weight: 900;
|
|
font-style: italic;
|
|
}
|
|
|
|
body,
|
|
html {
|
|
font-family: "Bogle", "Roboto", sans-serif;
|
|
color: #fff;
|
|
}
|
|
|
|
body {
|
|
background: #041e42;
|
|
}
|
|
|
|
.np-homepage-featured .np-homepage-headline, .np-homepage-featured .np-homepage-subheadline, .np-resource-title, .np-dashboard-resources-title, .np-dashboard-resources-category, .np-resource-subtitle, .np-search .np-resource-subtitle-number{
|
|
color: #fff;
|
|
}
|
|
|
|
.np-sub-navigation {
|
|
background-color: #041E42 !important;
|
|
padding: 25px 0 0 0;
|
|
margin: 0 0 0 0;
|
|
}
|
|
.np-sub-navigation-content-item-link {
|
|
height: 15px;
|
|
}
|
|
|
|
.np-sub-navigation-content-item-inactive {
|
|
--np-button-color: #ffffff !important;
|
|
--np-button-font-color: #ffffff !important;
|
|
color: #ffffff !important;
|
|
}
|
|
.np-sub-navigation-content-item-inactive
|
|
.np-sub-navigation-content-item-link {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.np-sub-navigation-content-item-inactive
|
|
.np-sub-navigation-content-item-icon {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.np-sub-navigation-content-item-active
|
|
.np-sub-navigation-content-item-link {
|
|
color: #FFC220;
|
|
}
|
|
|
|
|
|
.np-sub-navigation-content-item-active {
|
|
--np-button-color: #FFC220 !important;
|
|
--np-button-font-color: #FFC220 !important;
|
|
color: #FFC220 !important;
|
|
}
|
|
|
|
|
|
.feature-lp-card {
|
|
text-decoration: none;
|
|
}
|
|
.lp-feature-image {
|
|
width: 100%;
|
|
}
|
|
.text-heading {
|
|
color: #fff;
|
|
font-size: 30px;
|
|
font-weight: 600;
|
|
}
|
|
.text-container {
|
|
margin-bottom: 20px;
|
|
}
|
|
section {
|
|
padding: 50px 20px;
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.carousel-heading {
|
|
color: #fff;
|
|
font-weight: 600;
|
|
font-size: 25px;
|
|
}
|
|
|
|
.heading-container {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.np-learning-paths {
|
|
background: #041e42;
|
|
}
|
|
.np-card-header-icon, .np-card-header-type, .np-learning-path-items-count {
|
|
color: #041141;
|
|
}
|
|
.card-course {
|
|
margin: 10px;
|
|
}
|
|
.button-course {
|
|
background: #041141;
|
|
color: #fff;
|
|
text-decoration: none;
|
|
padding: 12.5px 25px;
|
|
border-radius: 25px;
|
|
font-weight: 600;
|
|
display: flex;
|
|
}
|
|
.button-container {
|
|
display: flex;
|
|
}
|
|
|
|
.np-card-heading, .np-course-outline-content-section-name {
|
|
color: #1b3e4f;
|
|
}
|
|
.np-card-text, .np-card-text p, .np-card-text strong, .np-card-text span {
|
|
color: #1b3e4f !important;
|
|
}
|
|
.carousel-wrapper {
|
|
position: relative;
|
|
}
|
|
.slick-slider {
|
|
position: initial !important;
|
|
}
|
|
.slick-arrow {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 50%;
|
|
background: #fff;
|
|
display: flex;
|
|
color: #000;
|
|
align-items: center;
|
|
justify-content: center;
|
|
cursor: pointer;
|
|
}
|
|
.slick-arrow.slick-disabled {
|
|
opacity: 0.5;
|
|
cursor: initial;
|
|
}
|
|
.arrow-left {
|
|
margin-right: 50px;
|
|
}
|
|
.np-header-logo-image {
|
|
height: 25px;
|
|
}
|
|
.course-categories-wrapper {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.np-content-categories-content-item {
|
|
margin-bottom: 12px;
|
|
}
|
|
.np-zero-state-text {
|
|
color: #fff;
|
|
}
|