Move non-static elements to website editor

This commit is contained in:
2026-06-09 11:39:55 +02:00
parent a19999b159
commit 23adc6c244
-96
View File
@@ -70,102 +70,6 @@ li[component="post"] .post-container:hover {
0 12px 30px rgba(0, 0, 0, 0.3) !important; 0 12px 30px rgba(0, 0, 0, 0.3) !important;
} }
.wg-latest-strip {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1rem;
width: 100%;
margin: 0 0 1.35rem;
}
.wg-latest-card {
position: relative;
min-width: 0;
padding: 1rem 1.1rem;
overflow: hidden;
background:
linear-gradient(to bottom, rgba(255, 244, 221, 0.018), rgba(0, 0, 0, 0.08)),
var(--wg-velvet-panel) !important;
border: 1px solid rgba(194, 163, 90, 0.2);
border-radius: 8px;
box-shadow: var(--wg-velvet-shadow);
}
.wg-latest-card::before {
content: "";
position: absolute;
inset: 0 auto 0 0;
width: 3px;
background: rgba(194, 163, 90, 0.58);
}
.wg-latest-card--patch::before {
background: rgba(143, 178, 119, 0.58);
}
.wg-latest-kicker {
margin-bottom: 0.45rem;
color: var(--wg-gold);
font-family: var(--wg-font-display);
font-size: 0.82rem;
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.wg-latest-title {
display: block;
color: var(--wg-text);
font-family: var(--wg-font-display);
font-size: 1.08rem;
font-weight: 600;
line-height: 1.25;
text-decoration: none;
}
.wg-latest-title:hover,
.wg-latest-title:focus {
color: #fff4dd;
text-decoration: none;
}
.wg-latest-meta {
min-height: 1.15rem;
margin-top: 0.35rem;
color: rgba(185, 178, 166, 0.78);
font-family: var(--wg-font-ui);
font-size: 0.78rem;
}
.wg-latest-excerpt {
display: -webkit-box;
margin: 0.55rem 0 0;
overflow: hidden;
color: rgba(216, 208, 196, 0.84);
font-family: var(--wg-font-text);
font-size: 0.9rem;
line-height: 1.45;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.wg-latest-card.is-loading .wg-latest-title,
.wg-latest-card.is-empty .wg-latest-title {
color: rgba(185, 178, 166, 0.74);
}
@media (max-width: 767px) {
.wg-latest-strip {
grid-template-columns: 1fr;
gap: 0.75rem;
margin-bottom: 1rem;
}
.wg-latest-card {
padding: 0.9rem 1rem;
}
}
.badge, .badge,
.btn, .btn,
.dropdown-menu, .dropdown-menu,