aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2020-04-26 00:25:24 +0200
committerpacien2020-04-26 00:25:24 +0200
commit26988eacd2ff6988479b53eb88b5c2c10d3e7c82 (patch)
tree0b26453400b16acbdd0efcda37ab01c90bffd0d6
parent525bde063c7c17f292199c75eae398388933f868 (diff)
downloadldgallery-26988eacd2ff6988479b53eb88b5c2c10d3e7c82.tar.gz
viewer: fix rest of webpack import
-rw-r--r--viewer/src/assets/scss/global.scss2
-rw-r--r--viewer/src/views/MainLayout.vue2
-rw-r--r--viewer/src/views/PanelLeft.vue2
3 files changed, 3 insertions, 3 deletions
diff --git a/viewer/src/assets/scss/global.scss b/viewer/src/assets/scss/global.scss
index 9e61b8b..4ae32bc 100644
--- a/viewer/src/assets/scss/global.scss
+++ b/viewer/src/assets/scss/global.scss
@@ -18,7 +18,7 @@
18*/ 18*/
19 19
20// Global CSS 20// Global CSS
21@import "@/assets/scss/theme.scss"; 21@import "~@/assets/scss/theme.scss";
22 22
23// === Forms 23// === Forms
24 24
diff --git a/viewer/src/views/MainLayout.vue b/viewer/src/views/MainLayout.vue
index 53917da..6e707e6 100644
--- a/viewer/src/views/MainLayout.vue
+++ b/viewer/src/views/MainLayout.vue
@@ -81,7 +81,7 @@ export default class MainLayout extends Vue {
81</script> 81</script>
82 82
83<style lang="scss"> 83<style lang="scss">
84@import "@/assets/scss/theme.scss"; 84@import "~@/assets/scss/theme.scss";
85 85
86body, 86body,
87html { 87html {
diff --git a/viewer/src/views/PanelLeft.vue b/viewer/src/views/PanelLeft.vue
index 541b296..e3821a8 100644
--- a/viewer/src/views/PanelLeft.vue
+++ b/viewer/src/views/PanelLeft.vue
@@ -85,7 +85,7 @@ export default class PanelLeft extends Vue {
85</script> 85</script>
86 86
87<style lang="scss"> 87<style lang="scss">
88@import "@/assets/scss/theme.scss"; 88@import "~@/assets/scss/theme.scss";
89 89
90.sidebar { 90.sidebar {
91 .title { 91 .title {