Browse Source

Style updates to image uploader for sprint demo

pull/170/head
Michael Olund 5 years ago
parent
commit
235efcc043
2 changed files with 17 additions and 12 deletions
  1. +6
    -0
      vue/src/components/ItemTile.vue
  2. +11
    -12
      vue/src/components/Uploader.vue

+ 6
- 0
vue/src/components/ItemTile.vue View File

@ -140,6 +140,12 @@ export default {
padding: 0;
margin-right: 16px;
&:disabled {
i.fa {
opacity: 0.15;
}
}
&:hover {
cursor: pointer !important;
}


+ 11
- 12
vue/src/components/Uploader.vue View File

@ -213,17 +213,16 @@ export default {
}
}
h5.uploader-label {
display: block;
margin-top: 30px;
margin-bottom: 10px;
font-weight: normal;
font-size: 1em;
h5.uploader-label {
display: block;
margin-top: 30px;
margin-bottom: 10px;
font-weight: normal;
font-size: 1em;
a {
font-weight: bold;
text-decoration: underline;
}
}
a {
font-weight: bold;
text-decoration: underline;
}
}
</style>

Loading…
Cancel
Save