Skip to content

Commit 0846774

Browse files
committed
removed shadow from component details sub menus
1 parent 43f5424 commit 0846774

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/dashboard_items/ComponentDetails.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Description:
99

1010
<template>
1111
<div class="inner-div">
12-
<q-card id="store-cards" v-if="this.activeComponentObj">
12+
<q-card id="store-cards" class="no-shadow" v-if="this.activeComponentObj">
1313
<q-tabs
1414
v-model="tab"
1515
dense

src/css/app.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ main {
4747
color: $menutext;
4848
}
4949

50+
// TO DO: update component-container in store tab and remove block container
5051
.block-container {
5152
display: flex;
5253
flex-direction: row;

0 commit comments

Comments
 (0)