// CRM Sync Brand Wizard — UIkit SCSS variable overrides for "Test Brand" // Step-1 overrides (authoritative, NO !default) — place BEFORE the UIkit imports. // One primary keys the whole primary surface: uk-button-primary, uk-text-primary, uk-label, uk-alert-primary, links. // Full compilable theme file: append ?full=1 $global-primary-background: #222222; $global-secondary-background: #048bca; $global-background: #ffffff; $global-muted-background: #f8f8f8; $global-color: #666666; $global-emphasis-color: #333333; $global-muted-color: #999999; $global-inverse-color: #ffffff; $global-border: #e5e5e5; $global-link-color: #222222; $global-link-hover-color: #048bca; $global-success-background: #555555; $global-warning-background: #888; $global-danger-background: #f0506e; $global-font-size: 16px; $border-rounded-border-radius: 0;