Skip to content

Commit

Permalink
revert previous sub header links
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvilleneuve committed Nov 13, 2024
1 parent 1a389ba commit 2720239
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions app/javascript/stylesheets/components/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ header {
margin-left: 15px;
}

.sub-header-links {
height: 40px;
display: flex;
align-items: center;
justify-content: left;
border-top: 1px solid $dark-grey;
position: relative;
z-index: 2;
p, a {
font-size: 12px;
color: black;
}
}


.sub-header {
height: 50px;
Expand Down
2 changes: 1 addition & 1 deletion app/views/common/_header_website.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</div>
</nav>
<% if current_agent %>
<div class="sub-header d-none d-md-flex">
<div class="sub-header-links d-none d-md-flex">
<div class="container d-none d-md-flex ">
<%= link_to "https://rdv-insertion.gitbook.io/guide-dutilisation-rdv-insertion/", target: :blank, class: "nav-link optional-link" do %>
<p class="mb-0">Guide d'utilisation&nbsp;<i class="fas fa-external-link-alt"></i></p>
Expand Down

0 comments on commit 2720239

Please sign in to comment.