Browse Source

Implemented design update for uploader plus icon

pull/170/head
Michael Olund 5 years ago
parent
commit
70805bfc6f
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      vue/src/components/Uploader/Uploader.vue

+ 8
- 8
vue/src/components/Uploader/Uploader.vue View File

@ -57,7 +57,7 @@
@rotateleft="rotateLeft(index)"
@rotateright="rotateRight(index)"/>
</div>
<div class="card upload-button" v-if="!tooBig">
<div class="upload-button" v-if="!tooBig">
<div class="upload-button-wrapper">
<i class="fa fa-plus-circle"></i>
</div>
@ -407,7 +407,7 @@ export default {
text-align: left;
border: 2px #365EBE dashed;
border-radius: 6px;
padding: 18px;
padding: 18px 32px 18px 18px;
margin-bottom: 5px;
&.dragging {
@ -425,14 +425,14 @@ export default {
margin-bottom: 10px;
width: 160px;
margin-right: 18px;
&.upload-button {
display: flex;
flex-direction: column;
justify-content: center;
}
}
.upload-button {
position: absolute;
right: 18px;
top: 18px;
}
.fa-plus-circle {
font-size: 3rem;
margin-bottom: 8px;


Loading…
Cancel
Save