summaryrefslogtreecommitdiff
path: root/src/views/Overview
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2020-04-14 01:01:19 +0300
committerDerick Montague <derick.montague@ibm.com>2020-05-05 08:21:52 +0300
commit408657262515e015a2964aafb8a1c76fb5259699 (patch)
treee498979c96b0d4627f550aa915a08b637f7031a7 /src/views/Overview
parent7e8f3a5278198760f6ddb480689b5abd16fafc1f (diff)
downloadwebui-vue-408657262515e015a2964aafb8a1c76fb5259699.tar.xz
Update Sass architecture to require helper imports
- Restructuring file strucure to support single file components use of Sass variables when imported into vuepress. - Creating a scalable file structure using Sass best practices Tested by building and testing both the vue web ui and the the documentation application. Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Iddcefbf305c8dac978ee24e903df33b609e395e3
Diffstat (limited to 'src/views/Overview')
-rw-r--r--src/views/Overview/Overview.vue1
-rw-r--r--src/views/Overview/OverviewQuickLinks.vue2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/views/Overview/Overview.vue b/src/views/Overview/Overview.vue
index bf8e2132..9ddf49d1 100644
--- a/src/views/Overview/Overview.vue
+++ b/src/views/Overview/Overview.vue
@@ -126,6 +126,7 @@ export default {
</script>
<style lang="scss" scoped>
+@import 'src/assets/styles/helpers';
.quicklinks-section {
margin-bottom: $spacer * 2;
margin-left: $spacer * -1;
diff --git a/src/views/Overview/OverviewQuickLinks.vue b/src/views/Overview/OverviewQuickLinks.vue
index 3a0b9cfe..da56b5d1 100644
--- a/src/views/Overview/OverviewQuickLinks.vue
+++ b/src/views/Overview/OverviewQuickLinks.vue
@@ -80,6 +80,8 @@ export default {
</script>
<style lang="scss" scoped>
+@import 'src/assets/styles/helpers';
+
dd,
dl {
margin: 0;