Merge pull request #6684 from opf/fix/28392-Misaligned-menu-items-and-menu-headlines

[28392] Misaligned menu items and menu headlines

[ci skip]
pull/6690/head
Oliver Günther 6 years ago committed by GitHub
commit e8d0e0d2bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      app/assets/stylesheets/layout/_drop_down.sass
  2. 7
      app/assets/stylesheets/layout/_top_menu.sass

@ -173,4 +173,7 @@
list-style-type: none
> a
height: 32px
line-height: 32px
padding-bottom: 0px
padding-top: 0px
text-decoration: none

@ -141,9 +141,12 @@ $hamburger-width: 50px
.drop-down--help
.form--separator
margin-bottom: 5px
margin-bottom: 10px
&+ li
margin-bottom: 5px
.drop-down--help-headline
padding-left: 15px
padding-left: 10px
font-size: 12px
color: $gray-dark
text-transform: uppercase

Loading…
Cancel
Save