Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
oups
Browse files Browse the repository at this point in the history
  • Loading branch information
elouanjef committed Jan 31, 2024
1 parent ca3628a commit edf0062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -700,15 +700,15 @@ <h5 class="modal-title" id="selectRoleModalLabel">Sélectionner le rôle</h5>

.nav-tabs .nav-item {
transition: transform 0.3s ease-in-out;
margin-bottom: 0;
margin-bottom: 1px;
}

.nav-tabs .nav-item:hover {
transform: scale(1.1);
}

.nav-tabs {
border-bottom: 1px;
border-bottom: none;
}

.nav-item {
Expand Down

0 comments on commit edf0062

Please sign in to comment.