Design token updates.
This commit is contained in:
parent
de3bcc479a
commit
c6b970a621
13 changed files with 198 additions and 211 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue