Pre-Alpha to Alpha Ready

This commit is contained in:
John OReilly
2026-03-16 01:42:17 -04:00
parent 42b7b06dda
commit e6c0baef3b
60 changed files with 12287 additions and 230 deletions

View File

@@ -44,6 +44,14 @@
.qs-fee-row { padding: 6px 0 0; }
.main-col > .section:first-of-type { margin-top: var(--space-sm); }
#sec-02::after, #sec-03::after, #sec-01::after { display: none; }
.group-label { margin-left: 0; }
/* Mobile grouping — accent left border on Managed IT sections */
#sec-02, #sec-03, #sec-01 {
border-left: 3px solid var(--group-strip);
}
.group-divider { margin-left: 0; margin-right: 0; }
.mobile-quote-pill { top: 12vh; }
/* Pill toggle — stack vertically on tiny screens */
.pill-toggle {
@@ -127,10 +135,10 @@
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: var(--space-stack-tight);
}
.m365-app-item { padding: var(--space-stack-tight) 6px; }
.m365-app-item { padding: var(--space-sm) 6px; }
.m365-app-icon {
width: 15px;
height: 15px;
width: 22px;
height: 22px;
}
/* Savings row — stack */
@@ -239,7 +247,7 @@
align-items: center;
gap: var(--space-stack-tight);
position: fixed;
top: 82px;
top: calc(var(--top-bar-sticky-offset) + var(--space-lg));
right: max(14px, env(safe-area-inset-right, 0px));
z-index: 200;
background: var(--accent);