Skip to content

Commit

Permalink
REFACTOR ITEM-216-front-modifier-menu-hamburger :
Browse files Browse the repository at this point in the history
     - adaptation du padding dans les titres de menu
  • Loading branch information
EryneKL committed Sep 17, 2024
1 parent 0b555c6 commit f9bfc3c
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/components/Structure/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<v-list density="compact" nav>
<v-list-item>
<v-list-item-title class="text-h6">Recouvrement</v-list-item-title>
<v-list-item-title class="text-h6 pb-1">Recouvrement</v-list-item-title>
</v-list-item>

<v-list-item @click="navigateTo('recouvrement')">
Expand All @@ -63,7 +63,7 @@

<v-list density="compact" nav>
<v-list-item>
<v-list-item-title class="text-h6">Creations</v-list-item-title>
<v-list-item-title class="text-h6 pb-1">Creations</v-list-item-title>
</v-list-item>

<v-list-item @click="navigateTo('exemplarisation')">
Expand All @@ -86,7 +86,7 @@

<v-list density="compact" nav>
<v-list-item>
<v-list-item-title class="text-h6">Modifications</v-list-item-title>
<v-list-item-title class="text-h6 pb-1">Modifications</v-list-item-title>
</v-list-item>

<v-list-item @click="navigateTo('modification')">
Expand All @@ -109,7 +109,7 @@

<v-list density="compact" nav>
<v-list-item>
<v-list-item-title class="text-h6 custom-list-item">Suppressions</v-list-item-title>
<v-list-item-title class="text-h6 pb-1">Suppressions</v-list-item-title>
</v-list-item>

<v-list-item @click="navigateTo('suppression')">
Expand Down Expand Up @@ -192,9 +192,4 @@ de l'ILN ${user.iln}`
p {
white-space: pre-line;
}
.custom-list-item {
min-height: 24px;
display: flex;
align-items: center;
}
</style>

0 comments on commit f9bfc3c

Please sign in to comment.