From ab61a68f28466bb1be2a91d908a2660fc9cc6ea4 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 22 Apr 2024 11:20:25 +0200 Subject: [PATCH] refactor: refs #6899 moved css to app.scss --- src/css/app.scss | 9 ++++++++- src/pages/InvoiceOut/Card/InvoiceOutSummary.vue | 11 +---------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/src/css/app.scss b/src/css/app.scss index aaa071cde..f596a18dd 100644 --- a/src/css/app.scss +++ b/src/css/app.scss @@ -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; -} \ No newline at end of file +} diff --git a/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue b/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue index 2d6d17ae2..4c6e1dc56 100644 --- a/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue +++ b/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue @@ -171,7 +171,7 @@ const ticketsColumns = ref([ - -