macoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-services
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.
8 lines
289 B
8 lines
289 B
9 years ago
|
/** @class Ext.ProgressBar */
|
||
|
//
|
||
|
|
||
|
$progress-background-color: $neutral-light-color !default;
|
||
|
$progress-bar-background-color: mix(#fff, $base-light-color, 25%) !default;
|
||
|
$progress-border-width: 0 !default;
|
||
|
$progress-text-color-front: #666 !default;
|
||
|
$progress-text-color-back: #666 !default;
|