summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-10-30 11:35:16 -0400
committerJoramWilander <jwawilander@gmail.com>2015-11-02 14:47:24 -0500
commit97449a102e5592358a4f7f22d6720a9af21286a1 (patch)
treedaf676cc25facf1a30bf837d3cec9f07ecca73db /web/sass-files
parent0e801a4e70f3d9c8e3cf929aa2f7ac201ca87b52 (diff)
downloadchat-97449a102e5592358a4f7f22d6720a9af21286a1.tar.gz
chat-97449a102e5592358a4f7f22d6720a9af21286a1.tar.bz2
chat-97449a102e5592358a4f7f22d6720a9af21286a1.zip
Add tutorial popovers
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";