We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9344118 commit 72dd034Copy full SHA for 72dd034
src/components/Header/Header.vue
@@ -51,7 +51,7 @@
51
<img class="rounded-circle" src="../../assets/people/a5.jpg" alt="..." />
52
</span>
53
<span class="small">Philip Smith</span>
54
- <span class="ml-1 circle bg-primary text-white fw-bold">13</span>
+ <span class="ml-2 mr-3 circle bg-primary text-white fw-bold">13</span>
55
</template>
56
<Notifications />
57
</b-nav-item-dropdown>
src/pages/Dashboard/components/BigStat/BigStat.vue
@@ -16,7 +16,7 @@
16
</b-dropdown>
17
</div>
18
<div class="px-5">
19
- <h4 class="fw-semi-bold mb-lg mt-sm">{{total}}</h4>
+ <h4 class="fw-semi-bold mb-sm mt-sm">{{total}}</h4>
20
<div class="d-flex">
21
<div class="w-50 py-3 pr-2">
22
<div class="d-flex align-items-start">
0 commit comments