Setup wizard update

This commit is contained in:
carodej
2020-07-01 11:01:54 +02:00
parent aedc98cc8b
commit a98625876d
46 changed files with 2487 additions and 263 deletions

View File

@@ -14,7 +14,7 @@
/>
<div class="dropzone-message" v-show="! isData">
<upload-icon size="19" class="icon-upload"></upload-icon>
<image-icon size="28" class="icon-upload"></image-icon>
<span class="dropzone-title">
{{ $t('input_image.title') }}
</span>
@@ -26,7 +26,7 @@
</template>
<script>
import { UploadIcon } from 'vue-feather-icons'
import ImageIcon from "vue-feather-icons/icons/ImageIcon";
export default {
name: 'ImageInput',
@@ -34,7 +34,7 @@
'image', 'error'
],
components: {
UploadIcon
ImageIcon,
},
data() {
return {
@@ -86,7 +86,7 @@
text-align: center;
display: flex;
align-items: center;
min-height: 210px;
min-height: 175px;
&.is-error {
border: 2px dashed rgba(253, 57, 122, 0.3);
@@ -95,8 +95,10 @@
color: $danger;
}
.icon-upload path {
fill: $danger
.icon-upload {
rect, circle, polyline {
stroke: $danger
}
}
}
@@ -133,6 +135,12 @@
padding: 50px 0;
width: 100%;
.icon-upload {
rect, circle, polyline {
stroke: $theme
}
}
.dropzone-title {
@include font-size(16);
font-weight: 700;