// Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */ // // Component: Variables // // ======================================================================== // Global variables // ======================================================================== // // Text // @global-color: #666; @global-heading-color: #444; @global-muted-color: #bbb; @global-link-color: #74c1ca; @global-link-hover-color: darken(@global-link-color, 20%); @global-contrast-color: #fff; @global-body-font-family: 'PT Serif'; @global-alt-font-family: 'Raleway'; @global-font-size: 15px; @global-line-height: 24px; @global-font-weight: 400; @global-heading-font-family: 'PT Serif'; @global-text-transform: uppercase; @global-font-path: 'fonts'; // // Backgrounds & Borders // @global-background: #fff; @global-muted-background: #f5f5f5; @global-secondary-background: #fafafa; @global-border: #ccc; @global-border-width: 1px; @global-primary-background: #9fd2d8; @global-success-background: #b0d87f; @global-warning-background: #f6b75e; @global-danger-background: #f2565a; @global-primary-color: @global-primary-background; @global-success-color: @global-success-background; @global-warning-color: @global-warning-background; @global-danger-color: @global-danger-background; // // Spacings // @global-margin: 15px; @global-margin-large: 30px; @global-grid-gutter: 30px; @global-grid-gutter-large: 40px; // // Controls // @global-height: 30px; @global-height-mini: 20px; @global-height-small: 25px; @global-height-large: 40px; // // Z-index // @global-z-index: 1000; // Internal Global variables // ========================================================================== @global-image-path: 'images'; @global-style: 'default';