Rechnungsanalyse: Kopfzeile aufgeraeumt, Zurueck-Weg steckt im Logo
Der Button "← Admin" und die Lead-Zeile in der Kopfleiste sind raus. Das
webklar-Logo ist jetzt selbst der Link zurueck ins Admin-Panel (mit title
als Hinweis). Der Lead steht weiterhin ueber dem Preis ("Angebot für …").
This commit is contained in:
@@ -96,12 +96,12 @@ input[type=number] { -moz-appearance: textfield; }
|
||||
max-width: 1040px; margin: 0 auto;
|
||||
display: flex; align-items: center; gap: clamp(10px, 2.4vw, 18px); flex-wrap: wrap;
|
||||
}
|
||||
.kal-brand { font-family: var(--font-heading); font-size: clamp(17px, 4vw, 22px); color: #fff; }
|
||||
.kal-back {
|
||||
color: var(--color-accent-2-100); text-decoration: none; font-size: 13.5px; font-weight: 600;
|
||||
border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 999px; padding: 5px 14px; white-space: nowrap;
|
||||
/* Logo ist zugleich der Zurueck-Link ins Admin-Panel. */
|
||||
.kal-brand {
|
||||
font-family: var(--font-heading); font-size: clamp(17px, 4vw, 22px);
|
||||
color: #fff; text-decoration: none;
|
||||
}
|
||||
.kal-back:hover { background: rgba(255, 255, 255, 0.16); color: #fff; }
|
||||
.kal-brand:hover { color: #fff; opacity: 0.85; }
|
||||
.kal-spacer { flex: 1; min-width: 0; }
|
||||
.kal-stat { display: flex; align-items: baseline; gap: 8px; }
|
||||
.kal-stat-lbl {
|
||||
|
||||
Reference in New Issue
Block a user