red-ui/paligo-styles/css-overwrite.scss
2021-08-04 13:58:46 +03:00

66 lines
1.0 KiB
SCSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@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';
}
/* FAQs (häufige Fragen) */
.cat-panel-12:before {
content: '\f059';
}