| Current Path : /home/j/l/g/jlgagfroyt/www/templates/yoo_katana/less/uikit/ |
| Current File : /home/j/l/g/jlgagfroyt/www/templates/yoo_katana/less/uikit/variables.less |
// Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */ @import 'https://fonts.googleapis.com/css?family=Roboto:200,400,300,700'; // nur zum testen // // Component: Variables // // ======================================================================== // Global variables // ======================================================================== // // Text // @global-color: #777; @global-muted-color: #bbb; @global-link-color: #30a233; @global-link-hover-color: #30a233; @global-contrast-color: #fff; @global-font-size: 16px; @global-line-height: 26px; // // Backgrounds & Borders // @global-background: #fff; @global-border: #ddd; @global-primary-background: #59c45c; @global-secondary-background: #4fbbd3; @global-tertiary-background: #f6823c; @global-dark-background: #2b2b2b; @global-success-background: #55b00c; @global-warning-background: #f0b606; @global-danger-background: #da314b; // // Spacings // @global-margin: 25px; @global-margin-large: 35px; @global-grid-gutter: 25px; @global-grid-gutter-large: 35px; // // Controls // @global-height: 40px; @global-height-mini: 30px; @global-height-small: 35px; @global-height-large: 50px; // // Z-index // @global-z-index: 1000; // // New // @global-border-radius: @global-height-large / 2; // // Animations // @global-transition: all 0.1s ease-in-out; @global-hover-transform: scale(1.1); @global-active-transform: scale(0.9);