summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'webapp')
-rw-r--r--webapp/src/assets/styles.css25
1 files changed, 23 insertions, 2 deletions
diff --git a/webapp/src/assets/styles.css b/webapp/src/assets/styles.css
index ada3d1a..2aaeddc 100644
--- a/webapp/src/assets/styles.css
+++ b/webapp/src/assets/styles.css
@@ -99,6 +99,19 @@ html {
left: 45% !important;
}
+.tutorial-enabled .tutorial-switch::before {
+ left: 165px !important;
+}
+
+.tutorial-enabled .tutorial-label::before {
+ left: 65px !important;
+ top: -2px !important;
+}
+
+.tutorial-enabled .tutorial-no-border::after {
+ border: none !important;
+}
+
.tutorial-enabled .tutorial-element.element-icon::after {
border-radius: 50%;
}
@@ -116,7 +129,7 @@ html {
position: absolute;
font-size: larger;
background-color: red;
- z-index: 4;
+ z-index: 13;
top: auto;
bottom: auto;
left: auto;
@@ -158,6 +171,14 @@ html {
left: -14px;
}
+.tutorial-enabled .tutorial-element.label-far-left::before {
+ left: -30px;
+}
+
+.tutorial-enabled .tutorial-element.label-far-bottom::before {
+ bottom: 25px;
+}
+
.tutorial-enabled .tutorial-element.label-right::before {
right: -14px;
-} \ No newline at end of file
+}