// CRM Sync Brand Wizard — UIkit SCSS theme for "Test Brand" // Compile: sass site.scss > site.css (needs the uikit source: npm i uikit) // 1. Your custom variables and variable overwrites. $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; // 2. Import default variables and available mixins. @import "uikit/src/scss/variables-theme.scss"; @import "uikit/src/scss/mixins-theme.scss"; // 3. Your custom mixin overwrites (hooks). // @mixin hook-card() { color: #000; } // 4. Import UIkit. @import "uikit/src/scss/uikit-theme.scss";