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

View File

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