File Manager

Current Directory: /home/astoriaah/www/templates/yootheme/vendor/assets/uikit-themes/master-fuse
Viewing File: /home/astoriaah/www/templates/yootheme/vendor/assets/uikit-themes/master-fuse/variables.less
// // Component: Variables // // ======================================================================== @internal-fonts: 'Montserrat:500|PT+Serif:400,400i,700|Playfair+Display'; // Global variables // ======================================================================== // // Typography // @global-font-family: PT Serif; @global-font-size: 16px; @global-line-height: 1.625; // 26px @global-xxlarge-font-size: 42px; @global-xlarge-font-size: 36px; @global-large-font-size: 28px; @global-medium-font-size: 20px; @global-small-font-size: 11px; @global-primary-font-family: Playfair Display; @global-primary-font-weight: inherit; @global-primary-text-transform: inherit; @global-primary-letter-spacing: inherit; @global-primary-font-style: inherit; @global-secondary-font-family: Montserrat; @global-secondary-font-weight: 500; @global-secondary-text-transform: uppercase; @global-secondary-letter-spacing: 2px; @global-secondary-font-style: inherit; // // Colors // @global-color: #6C6D74; @global-emphasis-color: #2D2E33; @global-muted-color: #B4B5BA; @global-link-color: #2D2E33; @global-link-hover-color: darken(@global-link-color, 15%); @global-inverse-color: #fff; // // Backgrounds // @global-background: #fff; @global-muted-background: #F7F7F7; @global-primary-background: #303033; @global-secondary-background: #242427; @global-success-background: #3DC372; @global-warning-background: #FF9E45; @global-danger-background: #E44E56; // // Borders // @global-border-width: 1px; @global-border: #E5E5E7; @global-border-radius: 0; // // Box-Shadows // @global-small-box-shadow: 0 1px 4px rgba(0,0,0,0.14); @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: 20px; @global-small-gutter: 10px; @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;