Skip to content

Commit

Permalink
Merge pull request #1969 from tomudding/feature/menubar-divider
Browse files Browse the repository at this point in the history
feat(navbar): divider bar
  • Loading branch information
tomudding authored Jan 11, 2025
2 parents e164394 + f6b0b33 commit a1e652e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 2 additions & 0 deletions module/Application/view/partial/main-nav.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ endif; ?>
<?= $this->translate('Change password') ?>
</a>
</li>
<hr>
<li>
<a href="<?= $this->url('user/logout') ?>">
<?= $this->translate('Logout') ?>
Expand Down Expand Up @@ -218,6 +219,7 @@ endif; ?>
</a>
</li>
<?php endif; ?>
<hr>
<li>
<a href="<?= $this->url('user/logout') ?>">
<?= $this->translate('Logout') ?>
Expand Down
14 changes: 7 additions & 7 deletions public/css/gewis-theme.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions resources/scss/components/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ a.navbar-brand {
color: darken($gray, 3%);
background-color: darken(#fff, 3%);
}

> hr {
margin: 0;
}
}

.navbar-nav > li .dropdown-menu .dropdown-submenu {
Expand Down

0 comments on commit a1e652e

Please sign in to comment.