Menp überarbeitet
Some checks failed
Host-Based Deploy (Java 21 Fix) / build-and-run (push) Has been cancelled
Some checks failed
Host-Based Deploy (Java 21 Fix) / build-and-run (push) Has been cancelled
This commit is contained in:
@@ -689,6 +689,30 @@ body.app {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.topbar-search-section {
|
||||
padding: 0.35rem 1rem 0.2rem;
|
||||
font-size: 0.7rem;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.06em;
|
||||
color: var(--color-muted);
|
||||
border-top: 1px solid var(--color-secondary);
|
||||
}
|
||||
.topbar-search-section:first-child { border-top: none; }
|
||||
|
||||
.topbar-search-all {
|
||||
display: block;
|
||||
padding: 0.6rem 1rem;
|
||||
font-size: 0.85rem;
|
||||
font-weight: 600;
|
||||
color: var(--color-primary);
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
border-top: 1px solid var(--color-secondary);
|
||||
transition: background 0.15s;
|
||||
}
|
||||
.topbar-search-all:hover { background: var(--color-secondary); }
|
||||
|
||||
/* ── Rechter Bereich ── */
|
||||
.topbar-right {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user