You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

38 lines
642 B

/*******************************
Progress
*******************************/
/*-------------------
Element
--------------------*/
@background: @offWhite;
@border: 1px solid @borderColor;
@boxShadow: none;
@padding: 0.325em;
@borderRadius: 0.325em;
/* Bar */
@barHeight: 1.5em;
@barBackground: #CCCCCC;
@barBorderRadius: @borderRadius;
@barTransition:
width 1s ease-in-out,
background-color 1s ease-out
;
/*-------------------
States
--------------------*/
@activePulseColor: @white;
/*-------------------
Types
--------------------*/
/*-------------------
Variations
--------------------*/