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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue