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.
22 lines
786 B
22 lines
786 B
9 years ago
|
/** @class Ext.toolbar.Toolbar */
|
||
|
//
|
||
|
|
||
|
$toolbar-background-color: #fff !default;
|
||
|
$toolbar-border-width: 1px !default;
|
||
|
$toolbar-border-color: $neutral-medium-dark-color !default;
|
||
|
$toolbar-horizontal-spacing: 8px !default;
|
||
|
$toolbar-vertical-spacing: 6px !default;
|
||
|
$toolbar-footer-vertical-spacing: 6px !default;
|
||
|
$toolbar-footer-background-color: mix($base-light-color, $neutral-light-color, 30%) !default;
|
||
|
|
||
|
$toolbar-scroller-width: 16px !default;
|
||
|
$toolbar-scroller-height: 16px !default;
|
||
|
$toolbar-scroller-border-width: 0 !default;
|
||
|
|
||
|
//separator
|
||
|
$toolbar-separator-color: $neutral-color !default;
|
||
|
$toolbar-separator-horizontal-border-width: 0 0 0 1px !default;
|
||
|
$toolbar-separator-vertical-border-width: 1px 0 0 !default;
|
||
|
|
||
|
$toolbar-tool-background-image: 'tools/tool-sprites-dark' !default;
|