red-ui/paligo-styles/homepage.scss
2021-11-24 19:26:24 +02:00

125 lines
1.9 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.

@use '../apps/red-ui/src/assets/styles/variables';
@use 'mixin';
.featured-content-label {
display: none;
}
.featured-content {
display: none;
}
.portal-single-publication {
background-color: transparent;
> a {
border-radius: 4px;
}
.publication-icon {
background-color: variables.$red-1;
}
}
.portal-contents {
margin-top: 100px;
margin-bottom: 0;
.inner {
margin: 0;
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 24px;
&::before {
content: none;
}
}
}
.publication-contents {
@include mixin.card;
}
@media only screen and (max-width: 768px) {
.portal-contents .inner {
grid-template-columns: 1fr;
}
.publication-contents:first-child {
grid-column: auto;
}
}
// Icon Overwrites for sections - change these if sections change!!!
/* Einleitung */
.cat-panel-1:before {
content: '\f277';
}
/* Workflow */
.cat-panel-2:before {
content: '\f0c1';
}
/* 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';
}
/* FAQs (häufige Fragen) */
.cat-panel-14:before {
content: '\f059';
}