Better ManualBarcode view, with shadows
This commit is contained in:
parent
97701da91f
commit
6f363a3329
@ -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>
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user