chore(release)

This commit is contained in:
Bamboo 2021-08-04 13:03:27 +02:00
parent e386682df0
commit cd6613214e
4 changed files with 71 additions and 3 deletions

@ -1 +1 @@
Subproject commit 1633911e1339b39f96f243885defec4a92b6e6eb Subproject commit 3625e295161fddd62c6f8f45623279773bbb8a16

View File

@ -1,6 +1,6 @@
{ {
"name": "redaction", "name": "redaction",
"version": "2.154.0", "version": "2.155.0",
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {

Binary file not shown.

View File

@ -1,3 +1,4 @@
@charset "UTF-8";
@font-face { @font-face {
font-family: "OpenSans Extrabold"; font-family: "OpenSans Extrabold";
src: url("../../fonts/OpenSans-ExtraBold.ttf") format("truetype"); src: url("../../fonts/OpenSans-ExtraBold.ttf") format("truetype");
@ -81,11 +82,18 @@
line-height: 57px; line-height: 57px;
} }
} }
.portal-publications,
.featured-content-label { .featured-content-label {
display: none; display: none;
} }
.featured-content {
display: none;
}
.publication-icon {
background: #dd4d50;
}
.portal-contents { .portal-contents {
margin-top: 100px; margin-top: 100px;
margin-bottom: 0; margin-bottom: 0;
@ -163,6 +171,66 @@
grid-column: auto; 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: "";
}
/* FAQs (häufige Fragen) */
.cat-panel-12:before {
content: "";
}
.portal-search-result { .portal-search-result {
background-color: #f5f5f7; background-color: #f5f5f7;
} }