summaryrefslogtreecommitdiff
path: root/src/components/Global
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-05-05 18:37:07 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-05-05 18:37:07 +0300
commita9ac43b9b25172cf0bfe800acdfc985024cad597 (patch)
treea7b0eb641215bda97eb0bed65ce37c04a6f3ed20 /src/components/Global
parentad2ceb6df979cff60e05b088a17ee29dfb95a9ff (diff)
downloadwebui-vue-a9ac43b9b25172cf0bfe800acdfc985024cad597.tar.xz
Import sass helpers to LoaderBar component
Fixes errors when trying to access Sass variables in LoaderBar component. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I9aa4baa2c1725a62bdbad36a5bda342563090b0a
Diffstat (limited to 'src/components/Global')
-rw-r--r--src/components/Global/LoadingBar.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/Global/LoadingBar.vue b/src/components/Global/LoadingBar.vue
index 1d8d68a8..d972b869 100644
--- a/src/components/Global/LoadingBar.vue
+++ b/src/components/Global/LoadingBar.vue
@@ -69,6 +69,8 @@ export default {
</script>
<style lang="scss" scoped>
+@import 'src/assets/styles/helpers';
+
.progress {
position: absolute;
left: 0;