From 1dff467b10968df82e62434da89434033b978f9d Mon Sep 17 00:00:00 2001 From: ogerly Date: Sat, 11 Dec 2021 09:38:32 +0100 Subject: [PATCH] Add style .bg-lightgrey in AccountOverview.vue --- frontend/src/views/Layout/DashboardLayout_gdd.vue | 3 +++ frontend/src/views/Pages/AccountOverview.vue | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/Layout/DashboardLayout_gdd.vue b/frontend/src/views/Layout/DashboardLayout_gdd.vue index 2659dff04..bd3bd8e4c 100755 --- a/frontend/src/views/Layout/DashboardLayout_gdd.vue +++ b/frontend/src/views/Layout/DashboardLayout_gdd.vue @@ -140,4 +140,7 @@ export default { height: 2rem; padding-left: 10px; } +.bg-lightgrey { + background-color: #f0f0f0; +} diff --git a/frontend/src/views/Pages/AccountOverview.vue b/frontend/src/views/Pages/AccountOverview.vue index 98db2c5ad..5cb04d9f0 100644 --- a/frontend/src/views/Pages/AccountOverview.vue +++ b/frontend/src/views/Pages/AccountOverview.vue @@ -4,7 +4,7 @@ - + - + - +