Lines Matching +full:middle +full:- +full:button
2 <b-card bg-variant="light" border-variant="light" class="mb-4">
3 <div class="justify-content-between align-items-center d-flex flex-wrap">
4 <h3 class="h5 mb-0">{{ title }}</h3>
5 <div class="card-buttons">
6 <b-button
7 v-if="exportButton || downloadButton"
11 class="p-0"
14 <span v-if="downloadButton">{{ $t('global.action.download') }}</span>
15 <span v-if="exportButton">{{ $t('global.action.exportAll') }}</span>
16 </b-button>
17 <span v-if="exportButton || downloadButton" class="pl-2 pr-2">|</span>
18 <b-link :to="to">{{ $t('pageOverview.viewMore') }}</b-link>
22 </b-card>
26 import { useI18n } from 'vue-i18n';
73 return `data:text/json;charset=utf-8,${this.dataForExport}`;
81 vertical-align: middle;
82 font-size: 14px;
85 min-width: 310px;