hangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegram
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.
15 lines
697 B
15 lines
697 B
9 years ago
|
/** @class Ext.container.ButtonGroup */
|
||
|
//
|
||
|
|
||
|
$btn-group-header-background-color: $panel-light-header-background-color !default;
|
||
|
$btn-group-border-color: $btn-group-header-background-color !default;
|
||
|
$btn-group-border-width: 1px !default;
|
||
|
$btn-group-framed-border-width: 3px !default;
|
||
|
$btn-group-framed-border-radius: 3px !default;
|
||
|
$btn-group-header-color: $panel-light-header-color !default;
|
||
|
$btn-group-header-font-size: $panel-light-header-font-size !default;
|
||
|
$btn-group-header-font-weight: $font-weight !default;
|
||
|
$btn-group-header-font-family: $panel-light-header-font-family !default;
|
||
|
$btn-group-border-spacing: 5px !default;
|
||
|
$btn-group-tool-background-image: 'tools/tool-sprites-dark' !default;
|