summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files')
-rw-r--r--web/sass-files/sass/partials/_tutorial.scss21
-rw-r--r--web/sass-files/sass/styles.scss2
2 files changed, 22 insertions, 1 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;
+}
diff --git a/web/sass-files/sass/styles.scss b/web/sass-files/sass/styles.scss
index ad2cae194..34f7c6eed 100644
--- a/web/sass-files/sass/styles.scss
+++ b/web/sass-files/sass/styles.scss
@@ -38,7 +38,7 @@
@import "partials/loading";
@import "partials/get-link";
@import "partials/markdown";
-@import "partials/statistics";
+@import "partials/tutorial";
// Responsive Css
@import "partials/responsive";