diff options
Diffstat (limited to 'viewer/src')
-rw-r--r-- | viewer/src/assets/scss/global.scss | 2 | ||||
-rw-r--r-- | viewer/src/views/MainLayout.vue | 2 | ||||
-rw-r--r-- | viewer/src/views/PanelLeft.vue | 2 |
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 | ||
86 | body, | 86 | body, |
87 | html { | 87 | html { |
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 { |