Forráskód Böngészése

v8-4580 - css fixes

Olivier Massot 2 éve
szülő
commit
2092546967

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

@@ -92,4 +92,8 @@
 :deep(.v-btn .v-icon) {
 :deep(.v-btn .v-icon) {
   font-size: 16px !important;
   font-size: 16px !important;
 }
 }
+:deep(.v-btn) {
+  text-transform: none !important;
+  font-weight: 600;
+}
 </style>
 </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"
             :href="!isInternalLink(child) ? child.to : undefined"
             :to="isInternalLink(child) ? child.to : undefined"
             :to="isInternalLink(child) ? child.to : undefined"
             exact
             exact
-            height="48px"
+            height="38px"
             class="theme-secondary-alt"
             class="theme-secondary-alt"
           />
           />
         </v-list-group>
         </v-list-group>
@@ -154,7 +154,7 @@ onUnmounted(() => {
   .v-list-group--no-action > .v-list-group__header,
   .v-list-group--no-action > .v-list-group__header,
   .v-list-item
   .v-list-item
   {
   {
-    border-left:3px solid rgb(var(--v-theme-secondary));
+    border-left: 3px solid rgb(var(--v-theme-secondary));
     height: 48px;
     height: 48px;
   }
   }