_menu.scss 852 B

1234567891011121314151617181920
  1. $menu-background-color: #fff !default;//color-offset($neutral-color, 10%) !default;
  2. $menu-item-active-background-image: 'menu/menu-item-active-bg.gif';
  3. $menu-item-active-background-color: $base-light-color !default; //color-offset($base-color, 15%) !default;
  4. $menu-item-active-color: null;
  5. $menu-item-active-border-color: transparent !default;
  6. $menu-separator-border-color: transparent !default;
  7. $menu-separator-background-color: transparent !default;
  8. $menu-item-indent: 0 !default;
  9. $menu-padding: 0 !default;
  10. $menu-link-padding: 3px 30px 3px 8px !default;
  11. $menu-text-color: $base-dark-color !default; //color-by-background($menu-background-color, 80%) !default;
  12. //icons
  13. $menu-icon-arrow: 'menu/menu-parent.gif';
  14. $menu-icon-checked: 'menu/checked.gif';
  15. $menu-icon-group-checked: 'menu/group-checked.gif';
  16. $menu-icon-unchecked: 'menu/unchecked.gif';