From ace55c554f5ba51bfc269df81985a4171315f0f7 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 18 Apr 2024 08:03:57 +0200 Subject: [PATCH] refactor: refs #6899 corrected Lilium styles and functionalities --- src/css/app.scss | 9 +++++++++ .../InvoiceOut/Card/InvoiceOutSummary.vue | 20 +++++++++++++++++-- .../InvoiceOut/InvoiceOutNegativeBases.vue | 5 ++++- 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/src/css/app.scss b/src/css/app.scss index b36036df4..aaa071cde 100644 --- a/src/css/app.scss +++ b/src/css/app.scss @@ -127,6 +127,15 @@ select:-webkit-autofill { background-color: var(--vn-section-color); } +.q-checkbox { + & .q-checkbox__label { + color: var(--vn-text-color); + } + & .q-checkbox__inner { + color: var(--vn-label-color); + } +} + .q-chip, .q-notification__message, .q-notification__icon { diff --git a/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue b/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue index a6a28bdde..688bbf2aa 100644 --- a/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue +++ b/src/pages/InvoiceOut/Card/InvoiceOutSummary.vue @@ -138,7 +138,7 @@ const ticketsColumns = ref([ + + \ No newline at end of file diff --git a/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue b/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue index fb434124c..e0b17a4b3 100644 --- a/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue +++ b/src/pages/InvoiceOut/InvoiceOutNegativeBases.vue @@ -183,7 +183,7 @@ const downloadCSV = async () => { @@ -211,6 +211,9 @@ const downloadCSV = async () => { border-radius: 4px; padding: 6px; } +.no-uppercase{ + text-transform: none; +}