1023 lines
19 KiB
Plaintext
1023 lines
19 KiB
Plaintext
/* 1. Global */
|
|
/* 1.1 Fonts */
|
|
/* 2. Header */
|
|
/* 3. Sub Navigation */
|
|
/* 4. Dashboard */
|
|
/* 4.1 Welcome Hero */
|
|
/* 4.2 Statistics */
|
|
/* 4.3 Overview */
|
|
/* 4.4 Dashboard filter */
|
|
/* 5. Course */
|
|
|
|
/* 1. Global */
|
|
|
|
@media (min-width: 769px) and (max-width: 1600px) {
|
|
.np-card-content-title {
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 769px) {
|
|
.np-learning-paths .np-card-content {
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.np-learning-paths .np-learning-path-image {
|
|
object-fit: contain;
|
|
}
|
|
}
|
|
|
|
.np-card-text > p,
|
|
.np-card-heading,
|
|
.np-top-title,
|
|
.np-learning-path-items-count,
|
|
.catalog-subtitle,
|
|
.catalog-title,
|
|
.lp-subtitle,
|
|
.np-resource-subtitle,
|
|
.np-resource-title,
|
|
.lp-title,
|
|
.np-card-content-subtitle,
|
|
.np-card-content-progress,
|
|
.np-card-ribbon {
|
|
font-family: F37 Moon;
|
|
}
|
|
|
|
.np-alert-success {
|
|
background: #bbdfa5;
|
|
color: #1e824c;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.np-hidden-mobile {
|
|
display: none !important;
|
|
}
|
|
|
|
.np-hidden-desktop {
|
|
display: block !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 769px) {
|
|
.np-header-content {
|
|
flex-direction: row;
|
|
}
|
|
|
|
.np-hidden-mobile {
|
|
display: block !important;
|
|
}
|
|
|
|
.np-hidden-desktop {
|
|
display: none !important;
|
|
}
|
|
|
|
.np-hidden-mobile.np-header-avatar,
|
|
.np-hidden-mobile.np-learning-path-items,
|
|
.lp-and-recently-completed-course-container.np-hidden-mobile {
|
|
display: flex !important;
|
|
}
|
|
|
|
.np-hidden-mobile.inline-text {
|
|
display: inline !important;
|
|
}
|
|
|
|
.np-hidden-mobile.np-card-header {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
a {
|
|
font-family: F37 Moon;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
|
|
body {
|
|
font-family: Inter !important;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.np-main {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.np-subpage-container {
|
|
padding: 0 0 2rem;
|
|
}
|
|
}
|
|
|
|
.np-button {
|
|
border-radius: 30px;
|
|
padding: 0.7rem 1.25rem;
|
|
font-family: F37 Moon;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.np-button:hover {
|
|
color: white;
|
|
}
|
|
|
|
.np-main {
|
|
background-color: white;
|
|
}
|
|
|
|
.np-card-container {
|
|
box-shadow: 5px 5px 0px rgb(128 173 220 / 32%);
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.np-card-stack {
|
|
display: none;
|
|
}
|
|
|
|
@media (min-width: 769px) and (max-width: 1024px) {
|
|
.recent-view-header {
|
|
margin-bottom: 0;
|
|
background-color: #ebf5ff;
|
|
min-width: 100%;
|
|
box-shadow: 4px 1px 0px rgb(128 173 220 / 32%);
|
|
border-radius: 14px 14px 0 0;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
}
|
|
|
|
.course-card-title {
|
|
font-size: 15px;
|
|
}
|
|
|
|
|
|
|
|
.np-card-content-description {
|
|
display: block;
|
|
min-height: 105px;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1025px) and (max-width: 1440px) {
|
|
.np-card-content-description {
|
|
display: block;
|
|
min-height: 165px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1441px) {
|
|
.np-card-content-description {
|
|
display: block;
|
|
min-height: 200px;
|
|
}
|
|
|
|
.np-card-content-subtitle {
|
|
min-height: 22.5px;
|
|
}
|
|
}
|
|
|
|
/* 1.1 Fonts */
|
|
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: normal;
|
|
font-weight: 100;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-Thin.woff")
|
|
format("woff");
|
|
}
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: italic;
|
|
font-weight: 100;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-ThinItalic.woff")
|
|
format("woff");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: normal;
|
|
font-weight: 200;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-ExtraLight.woff")
|
|
format("woff");
|
|
}
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: italic;
|
|
font-weight: 200;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-ExtraLightItalic.woff")
|
|
format("woff");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-Light.woff")
|
|
format("woff");
|
|
}
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: italic;
|
|
font-weight: 300;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-LightItalic.woff")
|
|
format("woff");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-Regular.woff")
|
|
format("woff");
|
|
}
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-Italic.woff")
|
|
format("woff");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-Medium.woff")
|
|
format("woff");
|
|
}
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: italic;
|
|
font-weight: 500;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-MediumItalic.woff")
|
|
format("woff");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-SemiBold.woff")
|
|
format("woff");
|
|
}
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: italic;
|
|
font-weight: 600;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-SemiBoldItalic.woff")
|
|
format("woff");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-Bold.woff")
|
|
format("woff");
|
|
}
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-BoldItalic.woff")
|
|
format("woff");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: normal;
|
|
font-weight: 800;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-ExtraBold.woff")
|
|
format("woff");
|
|
}
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: italic;
|
|
font-weight: 800;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-ExtraBoldItalic.woff")
|
|
format("woff");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: normal;
|
|
font-weight: 900;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-Black.woff")
|
|
format("woff");
|
|
}
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: italic;
|
|
font-weight: 900;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/Inter-BlackItalic.woff")
|
|
format("woff");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "F37 Moon";
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/F37Moon-Bold.ttf")
|
|
format("truetype");
|
|
}
|
|
@font-face {
|
|
font-family: "F37 Moon";
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/F37Moon-Demi.ttf")
|
|
format("truetype");
|
|
}
|
|
@font-face {
|
|
font-family: "F37 Moon";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/F37Moon-Regular.ttf")
|
|
format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "NunitoSans";
|
|
font-style: normal;
|
|
font-weight: 900;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-Black.ttf")
|
|
format("truetype");
|
|
}
|
|
@font-face {
|
|
font-family: "NunitoSans";
|
|
font-style: italic;
|
|
font-weight: 900;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-BlackItalic.ttf")
|
|
format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "NunitoSans";
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-Bold.ttf")
|
|
format("truetype");
|
|
}
|
|
@font-face {
|
|
font-family: "NunitoSans";
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-BoldItalic.ttf")
|
|
format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "NunitoSans";
|
|
font-style: normal;
|
|
font-weight: 800;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-ExtraBold.ttf")
|
|
format("truetype");
|
|
}
|
|
@font-face {
|
|
font-family: "NunitoSans";
|
|
font-style: italic;
|
|
font-weight: 800;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-ExtraBoldItalic.ttf")
|
|
format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "NunitoSans";
|
|
font-style: normal;
|
|
font-weight: 200;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-ExtraLight.ttf")
|
|
format("truetype");
|
|
}
|
|
@font-face {
|
|
font-family: "NunitoSans";
|
|
font-style: italic;
|
|
font-weight: 200;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-ExtraLightItalic.ttf")
|
|
format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "NunitoSans";
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-Italic.ttf")
|
|
format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "NunitoSans";
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-Light.ttf")
|
|
format("truetype");
|
|
}
|
|
@font-face {
|
|
font-family: "NunitoSans";
|
|
font-style: italic;
|
|
font-weight: 300;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-LightItalic.ttf")
|
|
format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "NunitoSans";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-Regular.ttf")
|
|
format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "NunitoSans";
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-SemiBold.ttf")
|
|
format("truetype");
|
|
}
|
|
@font-face {
|
|
font-family: "NunitoSans";
|
|
font-style: italic;
|
|
font-weight: 600;
|
|
font-display: swap;
|
|
src: url("https://s3.amazonaws.com/static.northpass.com/Skuid/fonts/NunitoSans-SemiBoldItalic.ttf")
|
|
format("truetype");
|
|
}
|
|
|
|
/* 2. Header */
|
|
.np-header-color {
|
|
background: transparent;
|
|
}
|
|
|
|
.logo-container {
|
|
margin-right: 35px;
|
|
padding: 40px 50px 25px 5px;
|
|
}
|
|
|
|
.avatar-container {
|
|
display: flex;
|
|
padding: inherit;
|
|
width: 200px;
|
|
justify-content: space-evenly;
|
|
align-items: center;
|
|
background-color: #f0f1f2;
|
|
border-radius: 10%/50%;
|
|
height: 45px;
|
|
}
|
|
|
|
@media screen and (min-width: 769px) {
|
|
.avatar-image {
|
|
height: 35px;
|
|
}
|
|
|
|
.np-header {
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.points-badges-avatar {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
font-family: "F37 Moon";
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.points-display {
|
|
margin-right: 10px;
|
|
margin-top: revert;
|
|
}
|
|
|
|
.badges-display {
|
|
margin-right: 10px;
|
|
margin-top: revert;
|
|
}
|
|
|
|
.form-control {
|
|
background-color: #ebf5ff !important;
|
|
border: none !important;
|
|
border-radius: 10%/65% !important;
|
|
}
|
|
|
|
.has-search .form-control {
|
|
padding-left: 2.375rem;
|
|
background-color: #ebf5ff !important;
|
|
}
|
|
|
|
.has-search .form-control-feedback {
|
|
position: absolute;
|
|
z-index: 2;
|
|
display: block;
|
|
width: 2.375rem;
|
|
height: 2.375rem;
|
|
line-height: 2.375rem;
|
|
text-align: center;
|
|
pointer-events: none;
|
|
color: #aaa;
|
|
}
|
|
|
|
/* 3. Sub Navigation */
|
|
.np-sub-navigation-content-item-active .np-sub-navigation-content-item-link {
|
|
color: #000000;
|
|
font-family: Inter !important;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.np-sub-navigation-content-item-active {
|
|
background-color: #bfd6ed;
|
|
border-radius: 5%/30%;
|
|
}
|
|
|
|
.custom-navigation {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.custom-navigation-content {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.custom-navigation-content-item {
|
|
margin: 10px 0;
|
|
padding: 0 1.75rem;
|
|
}
|
|
|
|
.custom-navigation-item-link {
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.custom-navigation-content-item-icon {
|
|
padding-bottom: 0;
|
|
color: #000000 !important;
|
|
}
|
|
|
|
/* 4.1 Welcome Hero */
|
|
.welcome-message {
|
|
text-align: center;
|
|
margin-bottom: 40px;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.welcome-message {
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
/* 4.2 Statistics */
|
|
.statistics-container {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.statistics-container {
|
|
flex-direction: column;
|
|
align-items: center;
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
.quantity {
|
|
font-size: 24px;
|
|
margin-bottom: -4px;
|
|
font-family: F37 Moon !important;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.badges {
|
|
display: flex;
|
|
/* width: 230px; */
|
|
width: 19%;
|
|
background-color: #ebf5ff;
|
|
color: #000000;
|
|
border-radius: 15px;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
font-family: "F37 Moon";
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 18px;
|
|
text-align: center
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.badges {
|
|
margin-top: 15px;
|
|
width: 50%;
|
|
}
|
|
}
|
|
|
|
/* 4.3 Overview */
|
|
.overview-video-link {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.overview-video-link:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.overview-video {
|
|
text-align: center;
|
|
font-family: F37 Moon !important;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
padding-top: 5px;
|
|
border-radius: 5px;
|
|
margin: 15px;
|
|
margin-top: 40px;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
/* 4.4 Dashboard filter */
|
|
|
|
.mo-search-wrapper {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.mo-search-wrapper {
|
|
margin-left: 8%;
|
|
}
|
|
}
|
|
|
|
.dashboard-filter-select {
|
|
display: block;
|
|
width: 100%;
|
|
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
|
|
-moz-padding-start: calc(0.75rem - 3px);
|
|
font-size: 1rem;
|
|
font-family: Inter !important;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
line-height: 1.5;
|
|
color: #212529;
|
|
background-color: #ebf5ff;
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
|
|
background-repeat: no-repeat;
|
|
background-position: right 0.75rem center;
|
|
background-size: 16px 12px;
|
|
border: 1px solid #ced4da;
|
|
border-radius: 0.25rem;
|
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
}
|
|
|
|
.filter-wrapper {
|
|
position: relative;
|
|
}
|
|
.filter-wrapper select {
|
|
display: none;
|
|
}
|
|
|
|
.mo-active-filter-prog {
|
|
width: 200px;
|
|
height: 45px;
|
|
border-radius: 15%/48%;
|
|
border: none;
|
|
color: #252b33 !important;
|
|
}
|
|
|
|
/* 7. Others */
|
|
|
|
.page-container {
|
|
display: flex;
|
|
z-index: 1;
|
|
}
|
|
|
|
.mo-filter-wrapper {
|
|
display: flex;
|
|
justify-content: center;
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.mo-filter-item {
|
|
padding: 10px;
|
|
}
|
|
@media only screen and (max-width: 960px) {
|
|
.mo-filter-item {
|
|
padding: 5px;
|
|
}
|
|
}
|
|
|
|
#mo-mobile-filter {
|
|
display: none;
|
|
margin: 0 25px 25px 25px;
|
|
background-color: #e8e8e8;
|
|
}
|
|
|
|
.mo-mobile-filter-wrapper {
|
|
padding: 20px 20px 30px 20px;
|
|
}
|
|
|
|
#mo-dropdown {
|
|
width: 100%;
|
|
height: 40px;
|
|
border: 1px solid #c5c5c5;
|
|
color: #6b7c93;
|
|
}
|
|
|
|
@media only screen and (max-width: 806px) {
|
|
.mo-filter-wrapper {
|
|
overflow: scroll;
|
|
justify-content: unset;
|
|
}
|
|
#mo-mobile-filter {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.mo-active-filter {
|
|
border: 1px solid #252b33;
|
|
background: #252b33;
|
|
color: white !important;
|
|
}
|
|
|
|
.uk-panel-box * {
|
|
font-family: F37 Moon !important;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.mo-content-header {
|
|
padding-bottom: 5px !important;
|
|
}
|
|
.mo-content-header h2 {
|
|
color: #00237c;
|
|
font-family: F37 Moon !important;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
.mo-active-filter:hover {
|
|
background: #017171 !important;
|
|
}
|
|
|
|
.mo-auto-outter-margins {
|
|
margin-left: auto !important;
|
|
margin-right: auto !important;
|
|
}
|
|
.mo-course-duration {
|
|
color: #0eabdb;
|
|
}
|
|
.mo-course-name {
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
font-size: 16px;
|
|
}
|
|
.search {
|
|
border-radius: 5px;
|
|
}
|
|
.mo-description-span {
|
|
font-size: 12px;
|
|
color: #00237c;
|
|
}
|
|
|
|
.preview-banner {
|
|
display: none;
|
|
}
|
|
|
|
body,
|
|
.school-website-header {
|
|
background-color: #ffffff !important;
|
|
}
|
|
|
|
.school-website-header .uk-brand img {
|
|
max-height: 40px;
|
|
}
|
|
|
|
footer {
|
|
background-color: #00237c;
|
|
padding-top: 60px;
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.copyRight-text {
|
|
opacity: 0.7;
|
|
font-size: 16px;
|
|
font-family: Inter !important;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
margin: 0;
|
|
letter-spacing: normal;
|
|
color: #fff;
|
|
}
|
|
|
|
#prog-filter:focus {
|
|
outline: none !important;
|
|
}
|
|
|
|
.missing {
|
|
display: none;
|
|
}
|
|
.school-website-header {
|
|
color: #252b33 !important;
|
|
}
|
|
|
|
/* style the items (options) */
|
|
.select-items div {
|
|
color: #252b33 !important;
|
|
border: 1px solid transparent;
|
|
border-color: #252b33 #252b33 #252b33 #252b33;
|
|
cursor: pointer;
|
|
width: 159px;
|
|
height: 38px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
line-height: 40px;
|
|
}
|
|
|
|
/* Style items (options): */
|
|
.select-items {
|
|
position: absolute;
|
|
background-color: #ffffff !important;
|
|
top: 101%;
|
|
left: -1px;
|
|
z-index: 99;
|
|
}
|
|
|
|
/* Hide the items when the select box is closed: */
|
|
.select-hide {
|
|
display: none;
|
|
}
|
|
.same-as-selected {
|
|
display: none;
|
|
}
|
|
.select-items div:hover,
|
|
.same-as-selected {
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
}
|
|
._left:before,
|
|
._right:before {
|
|
font-size: 30px;
|
|
background: black;
|
|
color: white;
|
|
border-radius: 50%;
|
|
font-style: normal;
|
|
font-feature-settings: normal;
|
|
font-variant: normal;
|
|
text-rendering: auto;
|
|
line-height: 1;
|
|
font-family: Font awesome\5 Pro;
|
|
font-weight: 900;
|
|
margin-bottom: 0;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
/* .slick-dots {
|
|
bottom: 50px;
|
|
width: 90%;
|
|
} */
|
|
|
|
._left,
|
|
._right {
|
|
top: 50%;
|
|
z-index: 1000;
|
|
-webkit-font-smoothing: antialiased;
|
|
user-select: none;
|
|
-webkit-tap-highlight-color: transparent;
|
|
box-sizing: border-box;
|
|
touch-action: manipulation;
|
|
margin: 0;
|
|
border-radius: 0;
|
|
font-weight: inherit;
|
|
letter-spacing: 0.01em !important;
|
|
line-height: 0;
|
|
position: absolute;
|
|
width: 30px;
|
|
height: 30px;
|
|
padding: 0;
|
|
transform: translate(0, -50%);
|
|
cursor: pointer;
|
|
/* right: 30%; */
|
|
display: block;
|
|
}
|
|
|
|
.np-learning-paths-resources > ._right {
|
|
right: -2%;
|
|
}
|
|
|
|
.np-learning-paths-resources > ._left {
|
|
left: -4%;
|
|
}
|
|
|
|
._right {
|
|
right: -1%;
|
|
}
|
|
|
|
._left {
|
|
left: -1%;
|
|
}
|
|
|
|
@media only screen and (max-width: 1024px) {
|
|
._right {
|
|
right: -2%;
|
|
}
|
|
._left {
|
|
left: -2%;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
._right {
|
|
right: -2%;
|
|
}
|
|
._left {
|
|
left: -2%;
|
|
}
|
|
}
|
|
|
|
._1ycOA {
|
|
-webkit-font-smoothing: antialiased;
|
|
text-size-adjust: 100%;
|
|
--polaris-version-number: "4.27.0";
|
|
--polaris-animation-skeleton-shimmer: polaris-SkeletonShimmerAnimation;
|
|
--toast-translate-y-out: 15rem;
|
|
--toast-translate-y-in: 0;
|
|
--global-ribbon-height: 0px;
|
|
--p-text-subdued: #6d7175;
|
|
--p-card-shadow: 0 0.2rem 0.4rem #dfe3e8;
|
|
--top-bar-background: #00848e;
|
|
--top-bar-background-lighter: #1d9ba4;
|
|
--top-bar-color: #f9fafb;
|
|
--p-frame-offset: 0px;
|
|
font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI,
|
|
Roboto, Helvetica Neue, sans-serif;
|
|
cursor: pointer;
|
|
box-sizing: border-box;
|
|
fill: #292824;
|
|
vertical-align: middle;
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 50%;
|
|
background: #fff;
|
|
box-shadow: 0 0 1px rgba(66, 71, 76, 0.45), 0 2px 1px rgba(0, 0, 0, 0.05);
|
|
}
|
|
.slick-slide img {
|
|
margin: auto;
|
|
}
|
|
.circle-list {
|
|
list-style-type: none !important;
|
|
padding: unset;
|
|
}
|
|
|
|
/* 5. Course */
|
|
@media (max-width: 500px){
|
|
.course-start-button{
|
|
width: 48%;
|
|
float: right;
|
|
margin-top: -2.9rem;
|
|
}
|
|
|
|
.np-top-cta-progress-content{
|
|
width: 50%;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 501px){
|
|
.np-top-cta-progress-content{
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
} |