Luminate's templates for Mexico school. Todos. Hid the Register button in Sandata.

This commit is contained in:
Norm Rasmussen
2024-05-24 18:35:02 -04:00
parent 02d463cf00
commit a65ad4740c
15 changed files with 203 additions and 178 deletions

View File

@ -79,11 +79,32 @@
.Articles.np-resource-subtitle,
.Certifications.np-resource-title,
.Certifications.np-resource-subtitle,
#desktop_upload_avatar
#desktop_upload_avatar,
body > main > div.np-homepage-ongoing.np-max-width > div.ongoing-see-more-wrapper > a,
body > footer > div.np-footer-top > div > ul > li:nth-child(1) > a,
body > footer > div.np-footer-top > div > ul > li:nth-child(2) > a,
body > footer > div.np-footer-top > div > ul > li:nth-child(3) > a,
body > main > div.np-catalog-header-wrapper > div.np-catalog-header > div.np-resource-title,
body > main > div.np-catalog-header-wrapper > div.np-catalog-header > div.np-resource-subtitle
{
text-indent: -9999999px;
}
/* CATALOG */
body > main > div.np-catalog-header-wrapper > div.np-catalog-header > div.np-resource-title::after {
text-indent: 0;
line-height: 0;
display: block;
content: "Catálogo de cursos";
}
body > main > div.np-catalog-header-wrapper > div.np-catalog-header > div.np-resource-subtitle::after {
text-indent: 0;
line-height: 0;
display: block;
content: "Grandes cursos desde la comodidad de tu casa u oficina";
}
/* HEADER */
.np-header-avatar-tooltip-navigation-link::after {
@ -329,7 +350,7 @@
.Home.np-homepage-headline::after {
/* Headline */
text-indent: 0;
line-height: 0;
line-height: .5;
display: block;
content: "Benvenida a Luminate Mexico";
}
@ -482,7 +503,7 @@
text-indent: 0;
line-height: inherit;
display: block;
content: "¡Gorrón! No se le asignó ninguna ruta de aprendizaje.";
content: "No se le asignó ninguna ruta de aprendizaje.";
margin-top: -10px;
}
@ -708,4 +729,30 @@
display: block;
content: "Sobre el modulo";
}
body > main > div.np-homepage-ongoing.np-max-width > div.ongoing-see-more-wrapper > a::after {
/* See More */
text-indent: 0;
line-height: 0;
display: block;
content: "Ver más";
}
body > footer > div.np-footer-top > div > ul > li:nth-child(1) > a::after {
text-indent: 0;
line-height: 0;
display: block;
content: "Página de Inicio";
}
body > footer > div.np-footer-top > div > ul > li:nth-child(2) > a::after {
text-indent: 0;
line-height: 0;
display: block;
content: "Panel";
}
body > footer > div.np-footer-top > div > ul > li:nth-child(3) > a::after {
text-indent: 0;
line-height: 0;
display: block;
content: "Mis Rutas";
}
</style>