From eed2e3a0ef89e1cf75a8537a4235a5513c487cec Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Wed, 4 Aug 2021 13:36:20 +0300 Subject: [PATCH] css overwrite for paligo theme --- libs/common-ui | 2 +- paligo-styles/css-overwrite.scss | 65 ++++++++++++++++++++++++++++++++ paligo-styles/style.scss | 1 + 3 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 paligo-styles/css-overwrite.scss diff --git a/libs/common-ui b/libs/common-ui index 3625e2951..1633911e1 160000 --- a/libs/common-ui +++ b/libs/common-ui @@ -1 +1 @@ -Subproject commit 3625e295161fddd62c6f8f45623279773bbb8a16 +Subproject commit 1633911e1339b39f96f243885defec4a92b6e6eb diff --git a/paligo-styles/css-overwrite.scss b/paligo-styles/css-overwrite.scss new file mode 100644 index 000000000..0f232b788 --- /dev/null +++ b/paligo-styles/css-overwrite.scss @@ -0,0 +1,65 @@ +@import '../apps/red-ui/src/assets/styles/variables'; + +.publication-icon { + background: $red-1; +} + +/* Einleitung */ +.featured-title:before { + content: '\f5da'; +} + +/* Schnellstart */ +.cat-panel-2:before { + content: '\f11e'; +} + +/* Voraussetzungen */ +.cat-panel-3:before { + content: '\f109'; +} + +/* Benutzermenü und -profil */ +.cat-panel-4:before { + content: '\f4fe'; +} + +/* Benutzeroberflächen im RedactManager */ +.cat-panel-5:before { + content: '\f0d0'; +} + +/* Rollen und Berechtigungen */ +.cat-panel-6:before { + content: '\f084'; +} + +/* Dossier erstellen und verwalten */ +.cat-panel-7:before { + content: '\f07c'; +} + +/* Dokumente bearbeiten im Editor */ +.cat-panel-8:before { + content: '\f15c'; +} + +/* Dossier abschließen und herunterladen */ +.cat-panel-9:before { + content: '\f019'; +} + +/* Funktionsübersicht */ +.cat-panel-10:before { + content: '\f03a'; +} + +/* Glossar */ +.cat-panel-11:before { + content: '\f530'; +} + +/* FAQ’s (häufige Fragen) */ +.cat-panel-12:before { + content: '\f059'; +} diff --git a/paligo-styles/style.scss b/paligo-styles/style.scss index ef0bde074..e405f81e5 100644 --- a/paligo-styles/style.scss +++ b/paligo-styles/style.scss @@ -7,6 +7,7 @@ @import 'footer'; @import 'manual'; @import 'mixin'; +@import 'css-overwrite'; body { color: $accent;