chore(release)
This commit is contained in:
parent
05edefe569
commit
1f56e7ba4f
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "redaction",
|
||||
"version": "3.453.0",
|
||||
"version": "3.454.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
||||
Binary file not shown.
@ -59,6 +59,7 @@
|
||||
}
|
||||
.portal-single-publication {
|
||||
background-color: transparent;
|
||||
width: 280px;
|
||||
}
|
||||
.portal-single-publication > a {
|
||||
border-radius: 4px;
|
||||
@ -67,78 +68,74 @@
|
||||
background-color: #dd4d50;
|
||||
}
|
||||
|
||||
.portal-contents {
|
||||
.featured-content-label {
|
||||
margin-top: 24px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.featured-content {
|
||||
margin-top: 24px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.portal-contents .inner {
|
||||
.featured-content .inner {
|
||||
margin: 0;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-gap: 24px;
|
||||
justify-content: center;
|
||||
}
|
||||
.portal-contents .inner::before {
|
||||
content: none;
|
||||
}
|
||||
|
||||
.publication-contents {
|
||||
.featured-content .publication-contents {
|
||||
padding: 24px 40px;
|
||||
border: 1px solid #e2e4e9;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
background-color: #fff;
|
||||
border-radius: 4px;
|
||||
width: 250px;
|
||||
margin: 0 15px !important;
|
||||
}
|
||||
.publication-contents h4.featured-title,
|
||||
.publication-contents .section-toc-title {
|
||||
.featured-content .publication-contents h4.featured-title,
|
||||
.featured-content .publication-contents .section-toc-title {
|
||||
margin: 0;
|
||||
}
|
||||
.publication-contents h4.featured-title a,
|
||||
.publication-contents .section-toc-title a {
|
||||
.featured-content .publication-contents h4.featured-title a,
|
||||
.featured-content .publication-contents .section-toc-title a {
|
||||
color: #283241;
|
||||
}
|
||||
.publication-contents h4.featured-title a:hover,
|
||||
.publication-contents .section-toc-title a:hover {
|
||||
.featured-content .publication-contents h4.featured-title a:hover,
|
||||
.featured-content .publication-contents .section-toc-title a:hover {
|
||||
color: #283241;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.publication-contents .section-toc-title {
|
||||
.featured-content .publication-contents .section-toc-title {
|
||||
font-size: 28px;
|
||||
font-weight: 300;
|
||||
line-height: 36px;
|
||||
}
|
||||
.publication-contents ul {
|
||||
.featured-content .publication-contents ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.publication-contents li {
|
||||
.featured-content .publication-contents li {
|
||||
margin: 4px 0;
|
||||
}
|
||||
.publication-contents li:first-child {
|
||||
.featured-content .publication-contents li:first-child {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.publication-contents li:last-child {
|
||||
.featured-content .publication-contents li:last-child {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.publication-contents li a {
|
||||
.featured-content .publication-contents li a {
|
||||
color: #dd4d50;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.publication-contents li a:hover {
|
||||
.featured-content .publication-contents li a:hover {
|
||||
color: #dd4d50;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.publication-contents h4 span,
|
||||
.publication-contents li::before {
|
||||
.featured-content .publication-contents h4 span,
|
||||
.featured-content .publication-contents li::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.portal-contents .inner {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
/* Einleitung */
|
||||
.cat-panel-1:before {
|
||||
content: "\f277";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user