Skip to content

Commit

Permalink
apachegh-31: Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
dinukadesilva committed Oct 9, 2020
1 parent 83d3705 commit 7a2c247
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 39 deletions.
2 changes: 1 addition & 1 deletion custos-demo-gateway/src/components/workspace/Groups.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
@row-selected="onMemberShipSelected">
</b-table>
</div>

<div class="w-100 mt-5">
<strong>Child Groups</strong>
<b-button variant="link" :disabled="disableAccess" v-on:click="addChildGroup">
Expand Down
38 changes: 0 additions & 38 deletions custos-demo-gateway/src/components/workspace/Workspace.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,44 +105,6 @@
</script>

<style scoped>
/*.grouping {*/
/* position: relative;*/
/* margin-left: 30%;*/
/* width: 40%;*/
/* margin-top: 5%;*/
/*}*/
/*.groupingbt {*/
/* position: relative;*/
/* margin-left: 30%;*/
/* width: 40%;*/
/* margin-top: 5%;*/
/*}*/
.bcbody {
background-color: white;
height: 30%;
}
.bcbody a {
}
.logout {
margin-left: 70%;
}
.loggeduser {
font-size: x-large;
color: blue;
}
.groupingbtntA {
position: relative;
margin-left: 40%;
width: 40%;
margin-top: 5%;
}
.menu-card {
max-width: 250px;
min-width: 200px;
Expand Down

0 comments on commit 7a2c247

Please sign in to comment.