Olivier Massot преди 2 години
родител
ревизия
2092546967
променени са 2 файла, в които са добавени 6 реда и са изтрити 2 реда
  1. 4 0
      components/Layout/Header/UniversalCreation/CreateButton.vue
  2. 2 2
      components/Layout/MainMenu.vue

+ 4 - 0
components/Layout/Header/UniversalCreation/CreateButton.vue

@@ -92,4 +92,8 @@
 :deep(.v-btn .v-icon) {
   font-size: 16px !important;
 }
+:deep(.v-btn) {
+  text-transform: none !important;
+  font-weight: 600;
+}
 </style>

+ 2 - 2
components/Layout/MainMenu.vue

@@ -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;
   }