Browse Source

DIV-1167 - Made the icon bigger to match mockup

pull/172/head
Michael Olund 5 years ago
parent
commit
4abc752f85
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      vue/src/components/Uploader/Image.vue

+ 3
- 3
vue/src/components/Uploader/Image.vue View File

@ -9,8 +9,8 @@
class="pdf"
:src="pdfIconUrl"
v-if="!this.file.error && file.type === 'application/pdf'"
width="50"
height="50"
width="65"
height="65"
>
<i class="fa fa-frown-o" v-if="this.file.error"></i>
<button
@ -121,7 +121,7 @@
}
img.pdf {
margin-left: 52px;
margin-left: 45px;
}
i.fa-frown-o {


Loading…
Cancel
Save