| Current Path : /home/j/l/g/jlgagfroyt/www/templates/yoo_digit/less/uikit/ |
| Current File : /home/j/l/g/jlgagfroyt/www/templates/yoo_digit/less/uikit/progress.less |
// Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
//
// Component: Progress
//
// ========================================================================
// Variables
// ========================================================================
@progress-height: 25px;
@progress-mini-height: 10px;
@progress-small-height: 15px;
@progress-margin-vertical: @global-margin;
@progress-background: fade(darken(@global-background, 50%), 10%);
@progress-bar-background: @global-primary-background;
@progress-bar-font-size: round((@global-font-size * 0.85));
@progress-bar-color: @global-contrast-color;
@progress-bar-success-background: @global-success-background;
@progress-bar-warning-background: @global-warning-background;
@progress-bar-danger-background: @global-danger-background;
// Component
// ========================================================================
.hook-progress() {}
// Sub-object: `progress-bar`
// ========================================================================
.hook-progress-bar() {}
// Color modifiers
// ========================================================================
.hook-progress-bar-success() {}
.hook-progress-bar-warning() {}
.hook-progress-bar-danger() {}
// Miscellaneous
// ========================================================================
.hook-progress-misc() {}