aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2020-04-26 00:18:57 +0200
committerpacien2020-04-26 00:18:57 +0200
commit525bde063c7c17f292199c75eae398388933f868 (patch)
treef7f4f59a79ff3acd358ea14696e13e744f946ceb
parent765846fae6e9c64a897b4d0fd26b226ac3e4512d (diff)
downloadldgallery-525bde063c7c17f292199c75eae398388933f868.tar.gz
viewer: tell webpack to import scss from module
-rw-r--r--viewer/src/components/LdBreadcrumb.vue2
-rw-r--r--viewer/src/components/LdCommand.vue4
-rw-r--r--viewer/src/components/LdPicture.vue2
-rw-r--r--viewer/src/components/LdProposition.vue2
-rw-r--r--viewer/src/components/LdThumbnail.vue2
5 files changed, 6 insertions, 6 deletions
diff --git a/viewer/src/components/LdBreadcrumb.vue b/viewer/src/components/LdBreadcrumb.vue
index 2b45b71..a8d8dcb 100644
--- a/viewer/src/components/LdBreadcrumb.vue
+++ b/viewer/src/components/LdBreadcrumb.vue
@@ -89,7 +89,7 @@ export default class LdBreadcrumb extends Vue {
89</script> 89</script>
90 90
91<style lang="scss"> 91<style lang="scss">
92@import "@/assets/scss/theme.scss"; 92@import "~@/assets/scss/theme.scss";
93 93
94.ld-breadcrumb-overflow-mask { 94.ld-breadcrumb-overflow-mask {
95 position: absolute; 95 position: absolute;
diff --git a/viewer/src/components/LdCommand.vue b/viewer/src/components/LdCommand.vue
index 9afd121..d961519 100644
--- a/viewer/src/components/LdCommand.vue
+++ b/viewer/src/components/LdCommand.vue
@@ -67,8 +67,8 @@ export default class LdCommand extends Vue {
67</script> 67</script>
68 68
69<style lang="scss"> 69<style lang="scss">
70@import "@/assets/scss/_buefy_variables.scss"; 70@import "~@/assets/scss/_buefy_variables.scss";
71@import "@/assets/scss/theme.scss"; 71@import "~@/assets/scss/theme.scss";
72 72
73.command-btns { 73.command-btns {
74 background-color: $command-buttons-bgcolor; 74 background-color: $command-buttons-bgcolor;
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;
diff --git a/viewer/src/components/LdProposition.vue b/viewer/src/components/LdProposition.vue
index c69a7c3..fe3af07 100644
--- a/viewer/src/components/LdProposition.vue
+++ b/viewer/src/components/LdProposition.vue
@@ -110,7 +110,7 @@ export default class LdProposition extends Vue {
110</script> 110</script>
111 111
112<style lang="scss"> 112<style lang="scss">
113@import "@/assets/scss/theme.scss"; 113@import "~@/assets/scss/theme.scss";
114 114
115.proposition { 115.proposition {
116 .subtitle { 116 .subtitle {
diff --git a/viewer/src/components/LdThumbnail.vue b/viewer/src/components/LdThumbnail.vue
index 4ab6446..e774f00 100644
--- a/viewer/src/components/LdThumbnail.vue
+++ b/viewer/src/components/LdThumbnail.vue
@@ -62,7 +62,7 @@ export default class LdThumbnail extends Vue {
62</script> 62</script>
63 63
64<style lang="scss"> 64<style lang="scss">
65@import "@/assets/scss/theme.scss"; 65@import "~@/assets/scss/theme.scss";
66 66
67.thumbnail-other { 67.thumbnail-other {
68 width: $thumbnail-other-size; 68 width: $thumbnail-other-size;