From fe03f891b8255fc79fdab5509e5ce870410f3bd0 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Wed, 15 May 2019 21:16:43 +0000 Subject: [documentation] Add faq pages & add webapp tutorial classes for the home module --- webapp/src/assets/styles.css | 13 +++++++ webapp/src/components/DashboardPage.vue | 50 +++++++++++++++++---------- webapp/src/components/NotificationsAlerts.vue | 2 +- webapp/src/components/UserModule.vue | 2 +- 4 files changed, 46 insertions(+), 21 deletions(-) (limited to 'webapp') diff --git a/webapp/src/assets/styles.css b/webapp/src/assets/styles.css index aa6f146..b1a9322 100644 --- a/webapp/src/assets/styles.css +++ b/webapp/src/assets/styles.css @@ -84,6 +84,19 @@ html { bottom: -3px; left: -3px; right: -3px; + pointer-events: none; +} + +.tutorial-enabled .tutorial-border::after { + top: 0; + bottom: 0; + left: 0; + right: 0; +} + +.tutorial-enabled .tutorial-border::before { + bottom: -11px !important; + left: 45% !important; } .tutorial-enabled .tutorial-element.element-icon::after { diff --git a/webapp/src/components/DashboardPage.vue b/webapp/src/components/DashboardPage.vue index 68c3973..00d2620 100644 --- a/webapp/src/components/DashboardPage.vue +++ b/webapp/src/components/DashboardPage.vue @@ -16,7 +16,7 @@