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 @@