aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-03-29 23:55:49 -0400
committertaehoon <th.dev91@gmail.com>2019-04-27 08:31:06 -0400
commit18bb209acefcdc332cba6708d9a0e163d0d04e90 (patch)
tree7a1d8fef5152818fc1b7ea0884c0d8c00a1054f0
parent903bce40c3b013ed2f2347c254ea184293b45b22 (diff)
add uploading icon css
-rw-r--r--src/components/importer/importer.vue9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/importer/importer.vue b/src/components/importer/importer.vue
index 0fd83b7c..d2447e1a 100644
--- a/src/components/importer/importer.vue
+++ b/src/components/importer/importer.vue
@@ -17,3 +17,12 @@
</template>
<script src="./importer.js"></script>
+
+<style lang="scss">
+.importer {
+ .uploading {
+ font-size: 1.5em;
+ margin: 0.25em;
+ }
+}
+</style>