Design token updates.
Some checks failed
Test / vitest (push) Successful in 10m47s
Test / playwright (push) Failing after 9m11s
Test / visual (push) Failing after 9m11s
Test / Notify on failure (push) Successful in 2s

This commit is contained in:
Jennie Robinson Faber 2026-04-11 23:24:38 +01:00
parent de3bcc479a
commit c6b970a621
13 changed files with 198 additions and 211 deletions

View file

@ -89,6 +89,7 @@
<div class="ci-header">
<strong>How to Subscribe to Your Calendar</strong>
<button
type="button"
@click="showCalendarInstructions = false"
class="ci-close"
>
@ -435,7 +436,7 @@ useHead({
}
.unauth-state h2 {
font-family: "Brygada 1918", serif;
font-family: var(--font-display);
font-size: 20px;
font-weight: 500;
color: var(--text-bright);
@ -519,7 +520,7 @@ useHead({
/* ---- CALENDAR BUTTON ---- */
.calendar-btn {
font-family: "Commit Mono", monospace;
font-family: inherit;
font-size: 11px;
color: var(--candle-dim);
background: none;
@ -603,7 +604,7 @@ useHead({
/* ---- QUICK ACTIONS ---- */
.quick-action {
border: 1px dashed var(--border);
padding: 14px 20px;
padding: 12px 20px;
margin-bottom: 8px;
transition: border-color 0.2s;
display: flex;
@ -697,7 +698,7 @@ useHead({
}
.content-block {
padding: 20px;
padding: 20px 24px;
}
.event-item {

View file

@ -503,7 +503,7 @@ useHead({
.row-2 {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 14px;
gap: 12px;
}
/* ---- PRIVACY TOGGLE SPACING ---- */
@ -615,7 +615,7 @@ useHead({
/* ---- CONNECTIONS PANEL ---- */
.connections-panel {
border: 1px dashed var(--border);
padding: 12px 14px;
padding: 12px 16px;
margin-top: 4px;
margin-bottom: 12px;
background: var(--surface);
@ -630,7 +630,7 @@ useHead({
/* ---- SAVE BAR ---- */
.save-bar {
flex-shrink: 0;
padding: 24px 28px 24px;
padding: 24px 28px;
margin-top: 0;
border-top: 1px dashed var(--border);
display: flex;
@ -644,7 +644,7 @@ useHead({
}
.save-msg-ok {
color: var(--green, var(--candle));
color: var(--green);
}
.save-msg-err {