Better ManualBarcode view, with shadows
This commit is contained in:
parent
97701da91f
commit
6f363a3329
@ -17,9 +17,11 @@ export default {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
.barcode-icon >>> line, .barcode-icon >>> path, .barcode-icon >>> polyline {
|
.barcode-icon >>> line, .barcode-icon >>> path, .barcode-icon >>> polyline {
|
||||||
stroke: white;
|
stroke: white;
|
||||||
|
filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
|
||||||
}
|
}
|
||||||
|
|
||||||
.barcode-icon >>> path {
|
.barcode-icon >>> path {
|
||||||
fill: white;
|
fill: white;
|
||||||
|
filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-container fluid layout wrap class="manualbarcode-panel">
|
<v-container fluid layout wrap class="manualbarcode-panel">
|
||||||
<v-layout row>
|
<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>
|
||||||
|
|
||||||
<v-layout row class="mt-4">
|
<v-layout row class="mt-4">
|
||||||
|
Loading…
Reference in New Issue
Block a user