From 95b0185de10ca4cc1142bb84606adb7b5abdd6e7 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 3 Nov 2022 13:02:02 +0100 Subject: [PATCH] lightning and dark mode prepared --- frontend/src/assets/scss/gradido-template.scss | 12 ++++++++---- frontend/src/components/Menu/SidebarNew.vue | 2 +- frontend/src/components/TransactionCollapse.vue | 2 +- .../components/Transactions/TransactionCreation.vue | 2 +- .../src/components/Transactions/TransactionDecay.vue | 2 +- .../components/Transactions/TransactionReceive.vue | 2 +- .../src/components/Transactions/TransactionSend.vue | 2 +- frontend/src/layouts/DashboardLayout.vue | 6 +++--- 8 files changed, 17 insertions(+), 13 deletions(-) diff --git a/frontend/src/assets/scss/gradido-template.scss b/frontend/src/assets/scss/gradido-template.scss index 5931e287c..aeafcd207 100644 --- a/frontend/src/assets/scss/gradido-template.scss +++ b/frontend/src/assets/scss/gradido-template.scss @@ -9,12 +9,12 @@ body { cursor: pointer; } -.bg-default { - background-color: rgba(245 245 245 / 75%) !important; -} +// .bg-default { +// background-color: rgba(245 245 245 / 75%) !important; +// } .shadow-default { - box-shadow: rgb(0 0 0 / 14%) 0 24px 80px; + box-shadow: rgb(0 0 0 / 14%) 0 4px 10px; } .c-grey { @@ -234,3 +234,7 @@ a:hover, .gradido-font-15rem { font-size: 1.5rem; } + +.list-group-item { + background-color: rgba(255, 255, 255, 0); +} \ No newline at end of file diff --git a/frontend/src/components/Menu/SidebarNew.vue b/frontend/src/components/Menu/SidebarNew.vue index 4039c0889..c2a0bdf7d 100644 --- a/frontend/src/components/Menu/SidebarNew.vue +++ b/frontend/src/components/Menu/SidebarNew.vue @@ -1,6 +1,6 @@