refactor: refs #6899 corrected Lilium styles and functionalities #304

Merged
jon merged 10 commits from 6899-endInvoiceOutMigration into dev 2024-04-24 07:36:51 +00:00
2 changed files with 9 additions and 11 deletions
Showing only changes of commit ab61a68f28 - Show all commits

View File

@ -136,6 +136,13 @@ select:-webkit-autofill {
}
}
.q-btn {
text-transform: none;
}
.tr-header {
color: var(--vn-label-color);
}
.q-chip,
.q-notification__message,
.q-notification__icon {
@ -168,4 +175,4 @@ input::-webkit-inner-spin-button {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}
}

View File

@ -171,7 +171,7 @@ const ticketsColumns = ref([
</template>
<template #body-cell-quantity="{ value, row }">
<QTd>
<QBtn class="no-uppercase" flat color="primary" dense>
<QBtn flat color="primary" dense>
{{ value }}
<CustomerDescriptorProxy :id="row.id" />
</QBtn>
@ -182,12 +182,3 @@ const ticketsColumns = ref([
</template>
</CardSummary>
jon marked this conversation as resolved Outdated

no se ponen colores en el codigo, hay que usar variables con los colores definidos

no se ponen colores en el codigo, hay que usar variables con los colores definidos
</template>
<style lang="scss" scoped>
.tr-header {
color: var(--vn-label-color);
}
.no-uppercase {
text-transform: none;
}
</style>