css overwrite for paligo theme
This commit is contained in:
parent
65647d1a8a
commit
e386682df0
@ -1,73 +0,0 @@
|
||||
@import '../apps/red-ui/src/assets/styles/variables';
|
||||
|
||||
.featured-content-label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.featured-content {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.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';
|
||||
}
|
||||
@ -1,11 +1,18 @@
|
||||
@import '../apps/red-ui/src/assets/styles/variables';
|
||||
@import 'mixin';
|
||||
|
||||
.portal-publications,
|
||||
.featured-content-label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.featured-content {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.publication-icon {
|
||||
background: $red-1;
|
||||
}
|
||||
|
||||
.portal-contents {
|
||||
margin-top: 100px;
|
||||
margin-bottom: 0;
|
||||
@ -35,3 +42,65 @@
|
||||
grid-column: auto;
|
||||
}
|
||||
}
|
||||
|
||||
// Icon Overwrites for sections - change these if sections change!!!
|
||||
|
||||
/* 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';
|
||||
}
|
||||
|
||||
@ -7,7 +7,6 @@
|
||||
@import 'footer';
|
||||
@import 'manual';
|
||||
@import 'mixin';
|
||||
@import 'css-overwrite';
|
||||
|
||||
body {
|
||||
color: $accent;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user