Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
add border on navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayoshi-dev committed May 15, 2020
1 parent c6f3264 commit c4b9754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/scss/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

// Usefull class to center your content in the <main> tag
.main-full-height {
height: calc(100vh - 82px);
height: calc(100vh - 83px);
}
4 changes: 2 additions & 2 deletions templates/partials/menu.html.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% block body %}
<nav class="navbar grey-navbar sticky-top flex-md-nowrap p-3">
<nav class="navbar grey-navbar sticky-top flex-md-nowrap p-3 border-bottom">

<span class="navbar-brand col-sm-3 col-md-2 mr-0 text-center text-dark">Tableau de bord - <span class="inner-green">ADMIN</span></span>

Expand All @@ -17,7 +17,7 @@

<div class="row main-full-height grey-navbar">

<nav class="col-md-2 d-none d-md-block sidebar grey-navbar">
<nav class="col-md-2 d-none d-md-block sidebar grey-navbar border-right">

<div class="sidebar-sticky">

Expand Down

0 comments on commit c4b9754

Please sign in to comment.