Extract CSS to styles.css

This commit is contained in:
Christoph Wiechert
2017-05-10 00:30:30 +02:00
parent e52047b5cd
commit 434fa09308
10 changed files with 216 additions and 161 deletions

View File

@@ -1,8 +1,8 @@
<template lang="pug">
div
div.file-icon
i.fa.fa-fw.fa-3x(v-if='!isImageBlob', :class='iconClass')
|
img(v-if='isImageBlob', :src='blobUrl', style='width:54px; height:auto;')
img(v-if='isImageBlob', :src='blobUrl')
</template>