Better ManualBarcode view, with shadows

This commit is contained in:
Lucas Verney 2017-09-23 01:09:35 +02:00
parent 97701da91f
commit 6f363a3329
2 changed files with 5 additions and 1 deletions

View File

@ -17,9 +17,11 @@ export default {
<style scoped>
.barcode-icon >>> line, .barcode-icon >>> path, .barcode-icon >>> polyline {
stroke: white;
filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
}
.barcode-icon >>> path {
fill: white;
filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
}
</style>

View File

@ -1,7 +1,9 @@
<template>
<v-container fluid layout wrap class="manualbarcode-panel">
<v-layout row>
<h2 class="headline text-xs-center">{{ $t('manualBarcode.heading') }}</h2>
<v-flex xs12>
<h2 class="headline text-xs-center">{{ $t('manualBarcode.heading') }}</h2>
</v-flex>
</v-layout>
<v-layout row class="mt-4">