Skip to content

Commit

Permalink
#1757 - Made changes to the styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sh16011993 committed Mar 16, 2023
1 parent 930d773 commit 622dc43
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sources/packages/web/src/components/generic/BodyHeader.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-row no-gutters>
<v-row no-gutters class="mb-n6">
<v-col>
<h2 class="category-header-large color-blue">{{ fullTitleMessage }}</h2>
<slot name="status-chip"></slot>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<div v-else><slot name="header"></slot></div>

<!-- Default slot (with and without v-card) -->
<v-card v-if="card"><slot></slot></v-card>
<div v-else><slot></slot></div>
<v-card v-if="card" class="mt-n1"><slot></slot></v-card>
<div v-else class="mt-n1"><slot></slot></div>
</div>
</template>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="mt-4">
<div class="mt-8">
<!-- Default slot (with and without v-card) -->
<v-card v-if="card" class="p-4"><slot></slot></v-card>
<slot v-else></slot>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</header-navigator>
</template>
<template #tab-header>
<v-tabs :model="tab" stacked color="primary"
<v-tabs :model="tab" stacked color="primary" class="mt-n14"
><v-tab
v-for="item in items"
:key="item"
Expand Down

0 comments on commit 622dc43

Please sign in to comment.