RED-3688: Paligo featured content

This commit is contained in:
Adina Țeudan 2022-05-02 12:49:18 +03:00
parent 12f3b32eb7
commit 13badbd929
2 changed files with 5 additions and 18 deletions

View File

@ -1,14 +1,6 @@
@use '../apps/red-ui/src/assets/styles/variables'; @use '../apps/red-ui/src/assets/styles/variables';
@use 'mixin'; @use 'mixin';
.featured-content-label {
display: none;
}
.featured-content {
display: none;
}
.portal-single-publication { .portal-single-publication {
background-color: transparent; background-color: transparent;
@ -22,7 +14,7 @@
} }
.portal-contents { .portal-contents {
margin-top: 100px; margin-top: 24px;
margin-bottom: 0; margin-bottom: 0;
.inner { .inner {
@ -45,10 +37,6 @@
.portal-contents .inner { .portal-contents .inner {
grid-template-columns: 1fr; grid-template-columns: 1fr;
} }
.publication-contents:first-child {
grid-column: auto;
}
} }
// Icon Overwrites for sections - change these if sections change!!! // Icon Overwrites for sections - change these if sections change!!!

View File

@ -86,13 +86,8 @@
background-color: variables.$white; background-color: variables.$white;
border-radius: 4px; border-radius: 4px;
&:first-child {
grid-column: 1 / span 2;
}
h4.featured-title, h4.featured-title,
.section-toc-title { .section-toc-title {
@include heading-4;
margin: 0; margin: 0;
a { a {
@ -105,6 +100,10 @@
} }
} }
.section-toc-title {
@include heading-4;
}
ul { ul {
margin: 0; margin: 0;
padding: 0; padding: 0;