logo update

This commit is contained in:
Marek Fraczyk
2021-02-17 10:09:47 +02:00
parent 320bc5a3ad
commit 398f2ba695
2 changed files with 29 additions and 2 deletions

View File

@ -1,9 +1,10 @@
<template>
<div>
<div class="row">
<div class="col-12 mb-4 d-flex justify-content-between">
<div class="col-12 mb-4 pr-0 d-flex justify-content-between">
<h4 class="mb-0">Invoices</h4>
<div>
<button class="btn btn-sm btn-outline-dark" @click="createNewInvoice">New invoice</button>
<b-dropdown variant="link" size="sm" no-caret right>
<template slot="button-content">
<i class="material-icons">more_vert</i>
@ -11,7 +12,6 @@
<b-dropdown-item @click="exportJson">Export</b-dropdown-item>
<b-dropdown-item @click="openImportModal">Import</b-dropdown-item>
</b-dropdown>
<button class="btn btn-sm btn-outline-dark" @click="createNewInvoice">New invoice</button>
</div>
</div>
</div>