|
|
@@ -57,7 +57,7 @@ Prend en paramètre une liste de ItemMenu et les met en forme
|
|
|
:href="!isInternalLink(child) ? child.to : undefined"
|
|
|
:to="isInternalLink(child) ? child.to : undefined"
|
|
|
exact
|
|
|
- height="48px"
|
|
|
+ height="38px"
|
|
|
class="theme-secondary-alt"
|
|
|
/>
|
|
|
</v-list-group>
|
|
|
@@ -154,7 +154,7 @@ onUnmounted(() => {
|
|
|
.v-list-group--no-action > .v-list-group__header,
|
|
|
.v-list-item
|
|
|
{
|
|
|
- border-left:3px solid rgb(var(--v-theme-secondary));
|
|
|
+ border-left: 3px solid rgb(var(--v-theme-secondary));
|
|
|
height: 48px;
|
|
|
}
|
|
|
|