瀏覽代碼

minor fixes

Olivier Massot 2 年之前
父節點
當前提交
a55832aeaa
共有 1 個文件被更改,包括 5 次插入3 次删除
  1. 5 3
      pages/subscription.vue

+ 5 - 3
pages/subscription.vue

@@ -337,17 +337,19 @@ Page 'Mon abonnement'
       border: solid 1px rgb(var(--v-theme-on-primary));
 
       .v-row:nth-child(1) {
-        background: rgb(var(--v-theme-primary));
+        //background: rgb(var(--v-theme-neutral-soft));
         height: 64px;
-        color: rgb(var(--v-theme-on-primary));
-        font-size: 15px;
+        color: rgb(var(--v-theme-on-neutral-soft));
+        //font-size: 15px;
         font-weight: bold;
+        border-bottom: solid 1px rgb(var(--v-theme-neutral));
       }
 
       .v-row:nth-child(2) {
         height: 230px;
         display: flex;
         justify-content: center;
+        border-bottom: solid 1px rgb(var(--v-theme-neutral));
       }
 
       .v-row:nth-child(3) {