Merge branch 'master' into VM/NotificationsPreferences

This commit is contained in:
Valentin 2021-09-30 19:07:10 +03:00
commit b02a728462
4 changed files with 43 additions and 23 deletions

View File

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

View File

@ -52,9 +52,9 @@
content: '\f277'; content: '\f277';
} }
/* Schnellstart */ /* Workflow */
.cat-panel-2:before { .cat-panel-2:before {
content: '\f11e'; content: '\f0c1';
} }
/* Voraussetzungen */ /* Voraussetzungen */
@ -67,42 +67,52 @@
content: '\f007'; content: '\f007';
} }
/* Benutzeroberflächen im RedactManager */ /* Benachrichtigungen */
.cat-panel-5:before { .cat-panel-5:before {
content: '\f0d0'; content: '\f0f3';
}
/* Suchfunktion */
.cat-panel-6:before {
content: '\f002';
}
/* Ebenen in der Benutzeroberfläche des RedactManagers */
.cat-panel-7:before {
content: '\f248';
} }
/* Rollen und Berechtigungen */ /* Rollen und Berechtigungen */
.cat-panel-6:before { .cat-panel-8:before {
content: '\f084'; content: '\f084';
} }
/* Dossier erstellen und verwalten */ /* Dossier erstellen und verwalten */
.cat-panel-7:before { .cat-panel-9:before {
content: '\f07c'; content: '\f07c';
} }
/* Dokumente bearbeiten im Editor */ /* Dokumente bearbeiten im Editor */
.cat-panel-8:before { .cat-panel-10:before {
content: '\f15c'; content: '\f15c';
} }
/* Dossier abschließen und herunterladen */ /* Dossier abschließen und herunterladen */
.cat-panel-9:before { .cat-panel-11:before {
content: '\f019'; content: '\f019';
} }
/* Funktionsübersicht */ /* Funktionsübersicht */
.cat-panel-10:before { .cat-panel-12:before {
content: '\f03a'; content: '\f03a';
} }
/* Glossar */ /* Glossar */
.cat-panel-11:before { .cat-panel-13:before {
content: '\f02d'; content: '\f02d';
} }
/* FAQs (häufige Fragen) */ /* FAQs (häufige Fragen) */
.cat-panel-12:before { .cat-panel-14:before {
content: '\f059'; content: '\f059';
} }

Binary file not shown.

View File

@ -179,9 +179,9 @@
content: "\f277"; content: "\f277";
} }
/* Schnellstart */ /* Workflow */
.cat-panel-2:before { .cat-panel-2:before {
content: "\f11e"; content: "\f0c1";
} }
/* Voraussetzungen */ /* Voraussetzungen */
@ -194,43 +194,53 @@
content: "\f007"; content: "\f007";
} }
/* Benutzeroberflächen im RedactManager */ /* Benachrichtigungen */
.cat-panel-5:before { .cat-panel-5:before {
content: "\f0d0"; content: "\f0f3";
}
/* Suchfunktion */
.cat-panel-6:before {
content: "\f002";
}
/* Ebenen in der Benutzeroberfläche des RedactManagers */
.cat-panel-7:before {
content: "\f248";
} }
/* Rollen und Berechtigungen */ /* Rollen und Berechtigungen */
.cat-panel-6:before { .cat-panel-8:before {
content: "\f084"; content: "\f084";
} }
/* Dossier erstellen und verwalten */ /* Dossier erstellen und verwalten */
.cat-panel-7:before { .cat-panel-9:before {
content: "\f07c"; content: "\f07c";
} }
/* Dokumente bearbeiten im Editor */ /* Dokumente bearbeiten im Editor */
.cat-panel-8:before { .cat-panel-10:before {
content: "\f15c"; content: "\f15c";
} }
/* Dossier abschließen und herunterladen */ /* Dossier abschließen und herunterladen */
.cat-panel-9:before { .cat-panel-11:before {
content: "\f019"; content: "\f019";
} }
/* Funktionsübersicht */ /* Funktionsübersicht */
.cat-panel-10:before { .cat-panel-12:before {
content: "\f03a"; content: "\f03a";
} }
/* Glossar */ /* Glossar */
.cat-panel-11:before { .cat-panel-13:before {
content: "\f02d"; content: "\f02d";
} }
/* FAQs (häufige Fragen) */ /* FAQs (häufige Fragen) */
.cat-panel-12:before { .cat-panel-14:before {
content: "\f059"; content: "\f059";
} }