Luminate almost done. Fixed Zenjob's issue with the german test not being hidden
This commit is contained in:
@ -28,6 +28,8 @@
|
||||
.np-top-cta-progress-title.np-text-title.lp,
|
||||
.np-top-vocabulary.np-text-title,
|
||||
.np-homepage-headline,
|
||||
.Home.np-homepage-headline,
|
||||
.Home.np-homepage-subheadline,
|
||||
.Featured.np-homepage-headline,
|
||||
.Home.np-sub-navigation-content-item-link,
|
||||
.Catalog.np-sub-navigation-content-item-link,
|
||||
@ -275,7 +277,7 @@
|
||||
text-indent: 0;
|
||||
line-height: 0;
|
||||
display: block;
|
||||
content: "Explorar catálogo",
|
||||
content: "Explorar catálogo";
|
||||
}
|
||||
|
||||
.Ongoing.np-homepage-headline::after {
|
||||
@ -283,7 +285,7 @@
|
||||
text-indent: 0;
|
||||
line-height: 0;
|
||||
display: block;
|
||||
content: "Entrenamiento en curso",
|
||||
content: "Entrenamiento en curso";
|
||||
}
|
||||
|
||||
.Progress.np-section-header::after {
|
||||
@ -318,13 +320,22 @@
|
||||
content: "Cursos destacados";
|
||||
}
|
||||
|
||||
.np-homepage-headline::after {
|
||||
.Home.np-homepage-headline::after {
|
||||
/* Headline */
|
||||
text-indent: 0;
|
||||
line-height: 0;
|
||||
display: block;
|
||||
content: "Benvenida a Luminate Mexico";
|
||||
}
|
||||
|
||||
.Home.np-homepage-subheadline::after {
|
||||
/* Headline */
|
||||
text-indent: 0;
|
||||
line-height: 0;
|
||||
display: block;
|
||||
content: "¿Cómo podemos ayudarle hoy?";
|
||||
}
|
||||
|
||||
.np-dashboard-resources-title.lp::after {
|
||||
/* Learning Paths */
|
||||
text-indent: 0;
|
||||
|
||||
Reference in New Issue
Block a user