Current Directory: /home/astoriaah/www/templates/yootheme/vendor/assets/uikit-themes/master-nioh-studio
Viewing File: /home/astoriaah/www/templates/yootheme/vendor/assets/uikit-themes/master-nioh-studio/variables.less
//
// Component: Variables
//
// ========================================================================
@internal-fonts: ~'Poppins:400,500,700';
// Global variables
// ========================================================================
//
// Typography
//
@global-font-family: Poppins;
@global-font-size: 16px;
@global-line-height: 1.5;
@global-xxlarge-font-size: 50px;
@global-xlarge-font-size: 40px;
@global-large-font-size: 24px;
@global-medium-font-size: 19px;
@global-small-font-size: 15px;
@global-primary-font-family: Poppins;
@global-primary-font-weight: 700;
@global-primary-text-transform: uppercase;
@global-primary-letter-spacing: inherit;
@global-primary-font-style: inherit;
@global-secondary-font-family: inherit;
@global-secondary-font-weight: 400;
@global-secondary-text-transform: inherit;
@global-secondary-letter-spacing: inherit;
@global-secondary-font-style: inherit;
//
// Colors
//
@global-color: #3d3d3d;
@global-emphasis-color: #404042;
@global-muted-color: #999999;
@global-link-color: #51cd98;
@global-link-hover-color: #60aa8d;
@global-inverse-color: #fff;
//
// Backgrounds
//
@global-background: #fff;
@global-muted-background: #f3f3f3;
@global-primary-background: #51cd98;
@global-secondary-background: #404042;
@global-success-background: #49d9d1;
@global-warning-background: #ffd481;
@global-danger-background: #fd6251;
//
// Borders
//
@global-border: #eaeaea;
@global-border-width: 1px;
@global-border-radius: 2px;
//
// Box-Shadows
//
@global-small-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
@global-medium-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
@global-large-box-shadow: 0 15px 55px rgba(0,0,0,0.08);
@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: 40px;
@global-small-gutter: 15px;
@global-medium-gutter: 40px;
@global-large-gutter: 70px;
//
// Controls
//
@global-control-height: 42px;
@global-control-small-height: 30px;
@global-control-large-height: 55px;
//
// Z-index
//
@global-z-index: 1000;