File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!-- Component Tab Container that holds components for creating components, editing and deleting, and adding props.
2
2
Functionality includes: if active component is selected, will switch view to editing mode. If not, it will be in create mode -->
3
3
<template >
4
- <q-card id =" store-cards" >
4
+ <q-card id =" store-cards" class = " no-shadow " >
5
5
<CreateComponent v-if =" activeComponent === ''" />
6
6
<EditDeleteComponents v-if =" activeComponent !== ''" />
7
7
</q-card >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Description:
9
9
<div class =" edit-component-div" >
10
10
<div >
11
11
<button class =" menu-link" @click =" resetActiveComponent" ><i class =" fa fa-arrow-left" aria-hidden =" true" ></i >  ;   ; Create Component Menu</button >
12
- <q-card class =" expansion-item" dark flat >
12
+ <q-card class =" expansion-item no-shadow " dark flat >
13
13
<div
14
14
class =" text-body2"
15
15
style =" background : #272a2a ; padding : 12px "
You can’t perform that action at this time.
0 commit comments