Skip to content

Commit

Permalink
SAK-32260 Modify tool menu default settings. (sakaiproject#3998)
Browse files Browse the repository at this point in the history
Set the icons to be on the left hand side not above the tool title.
Also increase the tool menu width because of this change.
  • Loading branch information
RebeccaMiller-Which authored and adrianfish committed Mar 3, 2017
1 parent 4f569db commit e04566b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/src/morpheus-master/sass/_defaults.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ $sites-nav-submenu-item-selected-color: $sites-nav-menu-item-selected-color
$sites-nav-submenu-item-selected-border: none !default;

/* Tool Menu */
$tool-menu-width: 7.5em !default;
$tool-menu-width-collapsed: $tool-menu-width / 2 !default;
$tool-menu-width: 14.2em !default;
$tool-menu-width-collapsed: 3.75em !default;

/* Navigation Hierarchy */
$hierarchy-size: 3.5em !default;
Expand All @@ -163,7 +163,7 @@ $logo-width: 50px !default;
/* Tool icons */
$skin-with-icons: true !default;
$icon-size: 20px !default;
$tool-menu-icon-on-left: false !default;
$tool-menu-icon-on-left: true !default;

/* Footer */
$footer-background: transparent !default;
Expand Down

0 comments on commit e04566b

Please sign in to comment.