aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/LdCommand.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/LdCommand.vue
parent765846fae6e9c64a897b4d0fd26b226ac3e4512d (diff)
downloadldgallery-525bde063c7c17f292199c75eae398388933f868.tar.gz
viewer: tell webpack to import scss from module
Diffstat (limited to 'viewer/src/components/LdCommand.vue')
-rw-r--r--viewer/src/components/LdCommand.vue4
1 files changed, 2 insertions, 2 deletions
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;