// Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */ // // Component: Progress // // ======================================================================== // Variables // ======================================================================== @progress-margin-vertical: @global-margin; @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; @progress-background: @global-light-background; // // New // @progress-border-radius: (@progress-height / 2); // Component // ======================================================================== .hook-progress() { border-radius: @progress-border-radius; } // 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() {}