Skip to content

Commit

Permalink
Corrige a formatação do menupara mais de 2 niveis (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
agnogueira authored and rodfersou committed Jul 10, 2019
1 parent 86da85e commit c9ae8d2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
2.0.4 (unreleased)
^^^^^^^^^^^^^^^^^^

- Corrige formatação do menu para mais de dois níveis.
[agnogueira]

- Correções de contraste(fecha `#264 <https://github.com/plonegovbr/brasil.gov.temas/issues/264>`_).
[agnogueira]

Expand Down
8 changes: 8 additions & 0 deletions webpack/app/scss/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ ul.submenu {
position: relative;
top: 25px;
}
ul.submenu ul.submenu {
left: 10px;
margin-bottom: 5px;
}
#main-navigation .submenu .submenu {
font-size: 70%;
margin-top: 16px;
}

/* apenas busca expandida */
.expandable-header-template.section-pagina-inicial {
Expand Down

0 comments on commit c9ae8d2

Please sign in to comment.