summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorChristian Hofmaier2019-05-19 20:13:36 +0200
committerChristian Hofmaier2019-05-19 20:13:36 +0200
commit90ce5a8b6ca01deb171093e1b4795e44779e4cd8 (patch)
tree82d4848ed4b163fc3d3102ee5a556b8af91145c8 /webapp
parent[Documentation] Add Eventmanager Module (diff)
downloadbas-90ce5a8b6ca01deb171093e1b4795e44779e4cd8.tar.gz
bas-90ce5a8b6ca01deb171093e1b4795e44779e4cd8.tar.xz
bas-90ce5a8b6ca01deb171093e1b4795e44779e4cd8.zip
[Documentation] some styling
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
+}