Enforce Figtree across the entire public display page.
Deploy Ladill Queue / deploy (push) Successful in 57s
Deploy Ladill Queue / deploy (push) Successful in 57s
Apply font-sans on html/body and cascade Figtree to all display text including overlays. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+14
-1
@@ -269,6 +269,13 @@ html.qr-mobile-page body {
|
||||
}
|
||||
|
||||
/* Public queue display — waiting-area TV screens (light theme) */
|
||||
html:has(.qms-display),
|
||||
html:has(.qms-display) body,
|
||||
html:has(.qms-display) .qms-display,
|
||||
html:has(.qms-display) .qms-display__unlock {
|
||||
font-family: 'Figtree', ui-sans-serif, system-ui, sans-serif;
|
||||
}
|
||||
|
||||
html:has(.qms-display),
|
||||
html:has(.qms-display) body {
|
||||
height: 100%;
|
||||
@@ -281,7 +288,7 @@ html:has(.qms-display) body {
|
||||
height: 100dvh;
|
||||
max-height: 100dvh;
|
||||
overflow: hidden;
|
||||
font-family: var(--font-sans);
|
||||
font-family: inherit;
|
||||
background:
|
||||
radial-gradient(ellipse 90% 60% at 50% -20%, rgb(238 242 255 / 0.9), transparent),
|
||||
linear-gradient(180deg, rgb(248 250 252) 0%, rgb(255 255 255) 100%);
|
||||
@@ -363,6 +370,12 @@ html:has(.qms-display) body {
|
||||
background: linear-gradient(90deg, transparent, rgb(199 210 254), transparent);
|
||||
}
|
||||
|
||||
.qms-display__label,
|
||||
.qms-display__ticket-number,
|
||||
.qms-display__counter-name {
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
.qms-display__label {
|
||||
font-size: clamp(0.65rem, 1.6vh, 0.8rem);
|
||||
font-weight: 600;
|
||||
|
||||
Reference in New Issue
Block a user