fix: style

This commit is contained in:
Javier Segarra 2024-05-17 12:26:45 +02:00
parent cbe44c97f6
commit 8e4c74c1cc
1 changed files with 3 additions and 2 deletions

View File

@ -54,7 +54,7 @@ onMounted(() => weekdayStore.initStore());
/> />
<VnSubToolbar /> <VnSubToolbar />
<QPage class="column items-center q-pa-md"> <QPage class="column items-center q-pa-md">
<QCard class="full-width"> <QCard class="full-width q-pa-md">
<div <div
v-for="(detail, index) in details" v-for="(detail, index) in details"
:key="index" :key="index"
@ -77,8 +77,9 @@ onMounted(() => weekdayStore.initStore());
padding-left: 8px; padding-left: 8px;
height: 35px; height: 35px;
border-bottom: 1px solid $primary; border-bottom: 1px solid $primary;
background-color: black; background-color: var(--vn-page-color);
font-size: 19px; font-size: 19px;
font-weight: bold; font-weight: bold;
text-transform: uppercase;
} }
</style> </style>