add uploading icon css

This commit is contained in:
taehoon 2019-03-29 23:55:49 -04:00
parent 903bce40c3
commit 18bb209ace

View file

@ -17,3 +17,12 @@
</template>
<script src="./importer.js"></script>
<style lang="scss">
.importer {
.uploading {
font-size: 1.5em;
margin: 0.25em;
}
}
</style>