| Current Path : /home/jlgagfroyt/www/templates/yoo_unity/less/uikit/ |
| Current File : /home/jlgagfroyt/www/templates/yoo_unity/less/uikit/variables.less |
// Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */ // // Component: Variables // // ======================================================================== // Global variables // ======================================================================== // // Text // @global-color: #656565; @global-muted-color: #c8c8c8; @global-link-color: #3591ac; @global-link-hover-color: #1db9e8; @global-contrast-color: #fff; @global-font-size: 14px; @global-line-height: 22px; // // Backgrounds & Borders // @global-background: #f3f3f3; @global-body-background: #fff; @global-border: #e5e5e5; @global-border-radius: 2px; @global-shadow: rgba(0,0,0,0.1); @global-light-background: #f5f9fa; @global-primary-background: #1db9e8; @global-secondary-background: #344449; @global-success-background: #8cc14c; @global-warning-background: #faa732; @global-danger-background: #da314b; // // Spacings // @global-margin: 20px; @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; // // Animations // @global-transition: all 0.1s ease-in-out; @global-hover-transform: scale(1.1); @global-active-transform: scale(0.9);