File Manager

Current Directory: /home/astoriaah/www/templates/yootheme-BK/vendor/assets/uikit-themes/master-uikit
Viewing File: /home/astoriaah/www/templates/yootheme-BK/vendor/assets/uikit-themes/master-uikit/variables.less
// // Component: Variables // // ======================================================================== // Global variables // ======================================================================== // // Typography // @global-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; @global-font-size: 16px; @global-line-height: 1.5; // 24px @global-xxlarge-font-size: 2.625rem; // 42px @global-xlarge-font-size: 2rem; // 32px @global-large-font-size: 1.5rem; // 24px @global-medium-font-size: 1.25rem; // 20px @global-small-font-size: 0.875rem; // 14px @global-primary-font-family: inherit; @global-primary-font-weight: inherit; @global-primary-text-transform: inherit; @global-primary-letter-spacing: inherit; @global-primary-font-style: inherit; @global-secondary-font-family: inherit; @global-secondary-font-weight: inherit; @global-secondary-text-transform: inherit; @global-secondary-letter-spacing: inherit; @global-secondary-font-style: inherit; // // Colors // @global-color: #666; @global-emphasis-color: #333; @global-muted-color: #999; @global-link-color: #1e87f0; @global-link-hover-color: #0f6ecd; @global-inverse-color: #fff; // // Backgrounds // @global-background: #fff; @global-muted-background: #f8f8f8; @global-primary-background: #1e87f0; @global-secondary-background: #222; @global-success-background: #32d296; @global-warning-background: #faa05a; @global-danger-background: #f0506e; // // Borders // @global-border-width: 1px; @global-border: #e5e5e5; @global-border-radius: 2px; // // Box-Shadows // @global-small-box-shadow: 0 2px 8px rgba(0,0,0,0.08); @global-medium-box-shadow: 0 5px 15px rgba(0,0,0,0.08); @global-large-box-shadow: 0 14px 25px rgba(0,0,0,0.16); @global-xlarge-box-shadow: 0 28px 50px rgba(0,0,0,0.16); // // Spacings // // Used in margin, section, list @global-margin: 20px; @global-small-margin: 10px; @global-medium-margin: 40px; @global-large-margin: 70px; @global-xlarge-margin: 140px; // Used in grid, column, container, align, card, padding @global-gutter: 30px; @global-small-gutter: 15px; @global-medium-gutter: 40px; @global-large-gutter: 70px; // // Controls // @global-control-height: 40px; @global-control-small-height: 30px; @global-control-large-height: 55px; // // Z-index // @global-z-index: 1000;