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>

View File

@@ -39,18 +39,3 @@
}
}
</script>
<style>
.background-darken {
background: rgba(0, 0, 0, 0.3);
}
.modal.in {
overflow-x: auto;
overflow-y: scroll;
}
@media (min-width: 768px) {
.modal-fluid {
width: 90%;
}
}
</style>