diff --git a/libs/common-ui b/libs/common-ui index 1633911e1..3625e2951 160000 --- a/libs/common-ui +++ b/libs/common-ui @@ -1 +1 @@ -Subproject commit 1633911e1339b39f96f243885defec4a92b6e6eb +Subproject commit 3625e295161fddd62c6f8f45623279773bbb8a16 diff --git a/package.json b/package.json index 129125fec..a8729945e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redaction", - "version": "2.154.0", + "version": "2.155.0", "private": true, "license": "MIT", "scripts": { diff --git a/paligo-theme.tar.gz b/paligo-theme.tar.gz index 9e440c30c..6ff3f71ef 100644 Binary files a/paligo-theme.tar.gz and b/paligo-theme.tar.gz differ diff --git a/paligo-theme/paligo-styles/redacto-theme.css b/paligo-theme/paligo-styles/redacto-theme.css index 77195e915..7cf8b30d3 100644 --- a/paligo-theme/paligo-styles/redacto-theme.css +++ b/paligo-theme/paligo-styles/redacto-theme.css @@ -1,3 +1,4 @@ +@charset "UTF-8"; @font-face { font-family: "OpenSans Extrabold"; src: url("../../fonts/OpenSans-ExtraBold.ttf") format("truetype"); @@ -81,11 +82,18 @@ line-height: 57px; } } -.portal-publications, .featured-content-label { display: none; } +.featured-content { + display: none; +} + +.publication-icon { + background: #dd4d50; +} + .portal-contents { margin-top: 100px; margin-bottom: 0; @@ -163,6 +171,66 @@ grid-column: auto; } } +/* Einleitung */ +.featured-title:before { + content: ""; +} + +/* Schnellstart */ +.cat-panel-2:before { + content: ""; +} + +/* Voraussetzungen */ +.cat-panel-3:before { + content: ""; +} + +/* Benutzermenü und -profil */ +.cat-panel-4:before { + content: ""; +} + +/* Benutzeroberflächen im RedactManager */ +.cat-panel-5:before { + content: ""; +} + +/* Rollen und Berechtigungen */ +.cat-panel-6:before { + content: ""; +} + +/* Dossier erstellen und verwalten */ +.cat-panel-7:before { + content: ""; +} + +/* Dokumente bearbeiten im Editor */ +.cat-panel-8:before { + content: ""; +} + +/* Dossier abschließen und herunterladen */ +.cat-panel-9:before { + content: ""; +} + +/* Funktionsübersicht */ +.cat-panel-10:before { + content: ""; +} + +/* Glossar */ +.cat-panel-11:before { + content: ""; +} + +/* FAQ’s (häufige Fragen) */ +.cat-panel-12:before { + content: ""; +} + .portal-search-result { background-color: #f5f5f7; }