aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/LdPicture.vue
diff options
context:
space:
mode:
authorpacien2020-04-26 00:18:57 +0200
committerpacien2020-04-26 00:18:57 +0200
commit525bde063c7c17f292199c75eae398388933f868 (patch)
treef7f4f59a79ff3acd358ea14696e13e744f946ceb /viewer/src/components/LdPicture.vue
parent765846fae6e9c64a897b4d0fd26b226ac3e4512d (diff)
downloadldgallery-525bde063c7c17f292199c75eae398388933f868.tar.gz
viewer: tell webpack to import scss from module
Diffstat (limited to 'viewer/src/components/LdPicture.vue')
-rw-r--r--viewer/src/components/LdPicture.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/components/LdPicture.vue b/viewer/src/components/LdPicture.vue
index 1cfcc8b..3170c81 100644
--- a/viewer/src/components/LdPicture.vue
+++ b/viewer/src/components/LdPicture.vue
@@ -83,7 +83,7 @@ export default class LdPicture extends Vue {
83</script> 83</script>
84 84
85<style lang="scss"> 85<style lang="scss">
86@import "@/assets/scss/theme.scss"; 86@import "~@/assets/scss/theme.scss";
87 87
88.ld-picture-loader { 88.ld-picture-loader {
89 position: relative; 89 position: relative;