119 lines
1.9 KiB
SCSS
119 lines
1.9 KiB
SCSS
@use '../apps/red-ui/src/assets/styles/variables';
|
||
@use 'mixin';
|
||
|
||
.portal-single-publication {
|
||
background-color: transparent;
|
||
|
||
> a {
|
||
border-radius: 4px;
|
||
}
|
||
|
||
.publication-icon {
|
||
background-color: variables.$red-1;
|
||
}
|
||
|
||
width: 280px;
|
||
}
|
||
|
||
.featured-content-label {
|
||
margin-top: 24px;
|
||
text-align: center;
|
||
}
|
||
|
||
.featured-content {
|
||
margin-top: 24px;
|
||
margin-bottom: 0;
|
||
|
||
.inner {
|
||
margin: 0;
|
||
justify-content: center;
|
||
}
|
||
|
||
.publication-contents {
|
||
@include mixin.card;
|
||
|
||
border: none;
|
||
background-color: transparent;
|
||
|
||
width: 250px;
|
||
margin: 0 15px !important;
|
||
|
||
li a {
|
||
font-size: inherit;
|
||
line-height: inherit;
|
||
}
|
||
}
|
||
}
|
||
|
||
// Icon Overwrites for sections - change these if sections change!!!
|
||
|
||
/* Einleitung */
|
||
.cat-panel-1:before {
|
||
content: '\f007';
|
||
}
|
||
|
||
/* Workflow */
|
||
.cat-panel-2:before {
|
||
content: '\f085';
|
||
}
|
||
|
||
/* Voraussetzungen */
|
||
.cat-panel-3:before {
|
||
content: '\f109';
|
||
}
|
||
|
||
/* Benutzermenü und -profil */
|
||
.cat-panel-4:before {
|
||
content: '\f007';
|
||
}
|
||
|
||
/* Benachrichtigungen */
|
||
.cat-panel-5:before {
|
||
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 */
|
||
.cat-panel-8:before {
|
||
content: '\f084';
|
||
}
|
||
|
||
/* Dossier erstellen und verwalten */
|
||
.cat-panel-9:before {
|
||
content: '\f07c';
|
||
}
|
||
|
||
/* Dokumente bearbeiten im Editor */
|
||
.cat-panel-10:before {
|
||
content: '\f15c';
|
||
}
|
||
|
||
/* Dossier abschließen und herunterladen */
|
||
.cat-panel-11:before {
|
||
content: '\f019';
|
||
}
|
||
|
||
/* Funktionsübersicht */
|
||
.cat-panel-12:before {
|
||
content: '\f03a';
|
||
}
|
||
|
||
/* Glossar */
|
||
.cat-panel-13:before {
|
||
content: '\f02d';
|
||
}
|
||
|
||
/* FAQ’s (häufige Fragen) */
|
||
.cat-panel-14:before {
|
||
content: '\f059';
|
||
}
|