浏览代码

v8-4580 - css fixes

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