// Fusion reports design tokens. // // COLORS now come from Odoo's own SCSS palette ($o-view-background-color, // $o-gray-100..900, $o-enterprise-action-color). Dark-mode adjustments live // in the separate `reports.dark.scss` bundle (web.assets_web_dark) so they // load automatically when Odoo enters dark mode -- no [data-bs-theme] hack // is needed. // // This file therefore only carries spacing/typography tokens used by the // Fusion-only components (AI commentary panel, anomaly strip). // Spacing scale (4px increments) $report-space-1: 0.25rem; $report-space-2: 0.5rem; $report-space-3: 0.75rem; $report-space-4: 1rem; $report-space-5: 1.25rem; $report-space-6: 1.5rem; $report-space-8: 2rem; // Typography $report-font-size-xs: 0.75rem; $report-font-size-sm: 0.875rem; $report-font-size-base: 1rem; $report-font-size-lg: 1.125rem; $report-font-size-xl: 1.25rem; // Border radius $report-border-radius: 0.25rem; $report-border-radius-md: 0.5rem;