css: split cassandra.css into per-section files
Splits the 2571-line cassandra.css into ten focused stylesheets: tokens (palette + fonts), layout (chrome), panels, dashboard, portfolio, log-chat, auth, settings, news, public. base.html and public_base.html load only what they need; auth pages (login, verify, unsubscribe confirm) load tokens + layout + auth. Brand drift-detection test repointed at tokens.css (where the palette now lives). 291 tests still pass.
This commit is contained in:
parent
78ce8c8b0d
commit
355593c4f7
19 changed files with 2556 additions and 2585 deletions
|
|
@ -63,7 +63,9 @@ _CONFIRM_PAGE = """\
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Unsubscribed — {brand}</title>
|
||||
<link rel="stylesheet" href="/static/css/cassandra.css">
|
||||
<link rel="stylesheet" href="/static/css/tokens.css">
|
||||
<link rel="stylesheet" href="/static/css/layout.css">
|
||||
<link rel="stylesheet" href="/static/css/auth.css">
|
||||
</head>
|
||||
<body class="auth-shell">
|
||||
<div class="auth-card" style="max-width:480px;">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue