summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_tutorial.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_tutorial.scss')
-rw-r--r--web/sass-files/sass/partials/_tutorial.scss21
1 files changed, 21 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_tutorial.scss b/web/sass-files/sass/partials/_tutorial.scss
new file mode 100644
index 000000000..e80abf952
--- /dev/null
+++ b/web/sass-files/sass/partials/_tutorial.scss
@@ -0,0 +1,21 @@
+.tip-overlay {
+ position:absolute;
+ background-color:#EEE;
+ box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
+ border:1px solid #CCC;
+ border-radius:3px;
+ padding:10px;
+ z-index:999;
+}
+
+.tip-button {
+ height:20px;
+ width:20px;
+ z-index:998;
+}
+
+.tip-div {
+ position:absolute;
+ top:0px;
+ right:0px;
+}