facebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskype
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
484 B
15 lines
484 B
/** @class Ext.menu.Menu */ |
|
// |
|
|
|
$menu-separator-size: 1px !default; |
|
$menu-item-active-background-color: mix(#fff, $base-light-color, 50%) !default; |
|
$menu-item-border-width: 0 !default; |
|
$menu-padding: 0 !default; |
|
$menu-glyph-color: #808080 !default; |
|
$menu-item-text-vertical-offset: 1px !default; |
|
|
|
$menu-item-icon-horizontal-spacing: 5px !default; |
|
$menu-item-text-horizontal-spacing: 5px !default; |
|
|
|
// Margins for non-MenuItem components in menus |
|
$menu-component-margin: 2px !default;
|
|
|