Position of project menu toggle icon.

pull/5626/head
Wieland Lindenthal 8 years ago
parent 253b9f8808
commit 50787a4570
  1. 4
      app/assets/stylesheets/layout/_main_menu.sass
  2. 3
      app/assets/stylesheets/layout/_toolbar.sass

@ -212,6 +212,10 @@ $toggler-width: 40px
height: $main-menu-item-height height: $main-menu-item-height
text-align: right text-align: right
padding: 0 6px 0 0 padding: 0 6px 0 0
// Center toggle icon vertically. The element is higher than it looks like.
line-height: 38px
font-size: 11px
&:hover &:hover
@include varprop(color, main-menu-navigation-toggler-font-hover-color) @include varprop(color, main-menu-navigation-toggler-font-hover-color)
.toggle-follow .toggle-follow

@ -116,9 +116,6 @@
a.button a.button
// For links the total height adds borders to line-height (== 40px) // For links the total height adds borders to line-height (== 40px)
line-height: 38px line-height: 38px
// Reset Foundation's default padding.
// padding-top: 0
// padding-bottom: 0
button, button,
.button, .button,

Loading…
Cancel
Save