Fixed some more of the Luminate templates for Spanish templates. Wrote a quick addition to get all course IDs.

This commit is contained in:
Norm Rasmussen
2024-05-31 22:32:56 -04:00
parent bf13bb7131
commit 1c28a57244
7 changed files with 170 additions and 108 deletions

View File

@ -14,6 +14,8 @@
.np-resource-subtitle.modules,
.np-resource-title.lp,
.np-resource-subtitle.lp,
.np-resource-title.articles,
.np-resource-subtitle.articles,
.np-card-header-type,
.np-resource-title.events,
.np-resource-subtitle.events,
@ -75,8 +77,8 @@
.Catalog.np-resource-subtitle,
.Learning.Paths.np-resource-title,
.Learning.Paths.np-resource-subtitle,
.Articles.np-resource-title,
.Articles.np-resource-subtitle,
.Article.np-resource-title,
.Article.np-resource-subtitle,
.Certifications.np-resource-title,
.Certifications.np-resource-subtitle,
#desktop_upload_avatar,
@ -91,6 +93,7 @@ body > main > div.np-catalog-header-wrapper > div.np-catalog-header > div.np-res
}
/* CATALOG */
/*
body > main > div.np-catalog-header-wrapper > div.np-catalog-header > div.np-resource-title::after {
text-indent: 0;
line-height: 0;
@ -104,7 +107,7 @@ body > main > div.np-catalog-header-wrapper > div.np-catalog-header > div.np-res
line-height: 0;
display: block;
content: "Grandes cursos desde la comodidad de tu casa u oficina";
}
}*/
/* HEADER */
.np-header-avatar-tooltip-navigation-link::after {
@ -544,7 +547,7 @@ body > main > div.np-catalog-header-wrapper > div.np-catalog-header > div.np-res
/* ARTICLES */
.Articles.np-resource-title::after {
.Article.np-resource-title::after {
/* Articles */
text-indent: 0;
line-height: 1;
@ -552,6 +555,14 @@ body > main > div.np-catalog-header-wrapper > div.np-catalog-header > div.np-res
content: "Artículos";
}
.Article.np-resource-subtitle::after {
/* blank */
text-indent: 0;
line-height: 1;
display: block;
content: "";
}
/* CERTIFICATIONS */
.Certifications.np-resource-title::after {