chore(release)
This commit is contained in:
parent
e386682df0
commit
cd6613214e
@ -1 +1 @@
|
||||
Subproject commit 1633911e1339b39f96f243885defec4a92b6e6eb
|
||||
Subproject commit 3625e295161fddd62c6f8f45623279773bbb8a16
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "redaction",
|
||||
"version": "2.154.0",
|
||||
"version": "2.155.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
||||
Binary file not shown.
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user